From aa9419c6f996c6765e65ce92432ac1c680cd141e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 14:12:07 +0800 Subject: [PATCH] chore: release markuplint-angular-parser v1.1.2 (#89) Co-authored-by: github-actions[bot] --- .changeset/hot-files-fix.md | 5 ----- packages/angular-parser/CHANGELOG.md | 6 ++++++ packages/angular-parser/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hot-files-fix.md diff --git a/.changeset/hot-files-fix.md b/.changeset/hot-files-fix.md deleted file mode 100644 index b453a873..00000000 --- a/.changeset/hot-files-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markuplint-angular-parser': patch ---- - -fix(types): add types field to exports diff --git a/packages/angular-parser/CHANGELOG.md b/packages/angular-parser/CHANGELOG.md index df7ea1c1..4994ac82 100644 --- a/packages/angular-parser/CHANGELOG.md +++ b/packages/angular-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # markuplint-angular-parser +## 1.1.2 + +### Patch Changes + +- [`b96e62a`](https://github.com/rx-ts/markuplint/commit/b96e62a863ddcec5905e654db73be314e0e7a534) Thanks [@JounQin](https://github.com/JounQin)! - fix(types): add types field to exports + ## 1.1.1 ### Patch Changes diff --git a/packages/angular-parser/package.json b/packages/angular-parser/package.json index e05225f0..93ec891e 100644 --- a/packages/angular-parser/package.json +++ b/packages/angular-parser/package.json @@ -1,6 +1,6 @@ { "name": "markuplint-angular-parser", - "version": "1.1.1", + "version": "1.1.2", "description": "Angular parser for markuplint.", "repository": "git+https://github.com/rx-ts/markuplint.git", "homepage": "https://github.com/rx-ts/markuplint/tree/main/packages/angular-parser",