diff --git a/.changeset/dirty-jeans-try.md b/.changeset/dirty-jeans-try.md deleted file mode 100644 index 5ac8a6fef..000000000 --- a/.changeset/dirty-jeans-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Native event handler strings diff --git a/package-lock.json b/package-lock.json index f0e98e6f7..5fe978690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10527,7 +10527,7 @@ "integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw==" }, "packages/marko": { - "version": "5.25.14", + "version": "5.25.15", "license": "MIT", "dependencies": { "@marko/compiler": "^5.27.8", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 2609333d9..976fe970d 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.25.15 + +### Patch Changes + +- [#1960](https://github.com/marko-js/marko/pull/1960) [`9cf477857`](https://github.com/marko-js/marko/commit/9cf477857dee2ab58ada5daef7eb117ccf92726e) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Native event handler strings + ## 5.25.14 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index be50a522e..62eb07227 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.25.14", + "version": "5.25.15", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": {