diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f00f04d..f984d453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [10.0.1](https://github.com/prettier/angular-estree-parser/compare/v10.0.0...v10.0.1) (2024-02-21) + ## [10.0.0](https://github.com/prettier/angular-estree-parser/compare/v9.0.0...v10.0.0) (2024-02-21) diff --git a/package.json b/package.json index 2d608589..6f2bd9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-estree-parser", - "version": "10.0.0", + "version": "10.0.1", "description": "A parser that converts Angular source code into an ESTree-compatible form", "keywords": [], "main": "./lib/index.js",