From 93cd0cd2b494a78ce44507bcbb7b18a115ed3f5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 07:34:43 +0000 Subject: [PATCH] chore(release): 3.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.6.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.5.1...v3.6.0) (2024-05-01) ### Features * 🎸 parse additional input types ([aabc6cb](https://github.com/angular-experts-io/ng-parsel/commit/aabc6cb76a5707da0b186f25930720d8fd8a0c09)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6b734..b03a12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.6.0](https://github.com/angular-experts-io/ng-parsel/compare/v3.5.1...v3.6.0) (2024-05-01) + + +### Features + +* 🎸 parse additional input types ([aabc6cb](https://github.com/angular-experts-io/ng-parsel/commit/aabc6cb76a5707da0b186f25930720d8fd8a0c09)) + ## [3.5.1](https://github.com/angular-experts-io/ng-parsel/compare/v3.5.0...v3.5.1) (2024-05-01) diff --git a/package.json b/package.json index 5b5ecbf..6eae026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-experts/ng-parsel", - "version": "3.5.1", + "version": "3.6.0", "description": "Tool that transforms Angular codebase to JSON representation", "type": "module", "publishConfig": {