From d6008456fc193bfc32d0b3b8249f1c3cdfbb4bc9 Mon Sep 17 00:00:00 2001 From: fisker Date: Thu, 23 May 2024 12:24:52 +0800 Subject: [PATCH] chore(release): 10.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474e81ea..0c3512f6 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.3](https://github.com/prettier/angular-estree-parser/compare/v10.0.2...v10.0.3) (2024-05-23) + ### [10.0.2](https://github.com/prettier/angular-estree-parser/compare/v10.0.1...v10.0.2) (2024-05-20) ### [10.0.1](https://github.com/prettier/angular-estree-parser/compare/v10.0.0...v10.0.1) (2024-02-21) diff --git a/package.json b/package.json index ad7de7cc..6859df06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-estree-parser", - "version": "10.0.2", + "version": "10.0.3", "description": "A parser that converts Angular source code into an ESTree-compatible form", "keywords": [], "main": "./lib/index.js",