From d237c88882b3053268b5f0b4848ac10e0fb83027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:33:20 +0800 Subject: [PATCH] chore: release angular-eslint-template-parser v0.1.1 (#10) --- .changeset/long-horses-join.md | 5 ----- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .changeset/long-horses-join.md diff --git a/.changeset/long-horses-join.md b/.changeset/long-horses-join.md deleted file mode 100644 index 01821a8..0000000 --- a/.changeset/long-horses-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'angular-eslint-template-parser': patch ---- - -fix(deps): upgrade @angular-eslint/template-parser, fix types diff --git a/CHANGELOG.md b/CHANGELOG.md index 7308565..084cd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # angular-eslint-template-parser -## 0.1.0 -### Minor Changes +## 0.1.1 + +### Patch Changes +- [`73af64e`](https://github.com/rx-ts/angular-eslint-template-parser/commit/73af64e6a8c5d34c8aba6481fb5275dce5e059aa) Thanks [@JounQin](https://github.com/JounQin)! - fix(deps): upgrade @angular-eslint/template-parser, fix types +## 0.1.0 + +### Minor Changes - [`331edcd`](https://github.com/rx-ts/angular-eslint-template-parser/commit/331edcd349dfbc888b6cc878dd33efbbf8f4e953) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work diff --git a/package.json b/package.json index 573309e..c6bcee9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-eslint-template-parser", - "version": "0.1.0", + "version": "0.1.1", "repository": "git+https://github.com/rx-ts/angular-eslint-template-parser.git", "author": "JounQin ", "license": "MIT",