diff --git a/.changeset/selfish-tables-rest.md b/.changeset/selfish-tables-rest.md deleted file mode 100644 index 7dfe19d..0000000 --- a/.changeset/selfish-tables-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"angular-eslint-template-parser": patch ---- - -chore: bump deps for plugin metadata diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz new file mode 100644 index 0000000..5a4f5ed Binary files /dev/null and b/.yarn/install-state.gz differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 084cd33..474eb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # angular-eslint-template-parser +## 0.1.2 + +### Patch Changes + +- [#70](https://github.com/un-ts/angular-eslint-template-parser/pull/70) [`1d4a6b5`](https://github.com/un-ts/angular-eslint-template-parser/commit/1d4a6b537c01ba08371e1ab0410c4ed41e91d238) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump deps for plugin metadata + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index c8c5175..0933592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-eslint-template-parser", - "version": "0.1.1", + "version": "0.1.2", "repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git", "author": "JounQin ", "license": "MIT",