diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4f6c8..7bb67a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [14.0.0](https://github.com/lekhmanrus/ngx-pug-builders/compare/v13.1.0...v14.0.0) (2022-06-14) + + +### Features + +* support angular 14 ([da888b7](https://github.com/lekhmanrus/ngx-pug-builders/commit/da888b7522f7ddd88dd1f72307475a85a7ec97e1)), closes [#4](https://github.com/lekhmanrus/ngx-pug-builders/issues/4) + ## [13.1.0](https://github.com/lekhmanrus/ngx-pug-builders/compare/v13.0.0...v13.1.0) (2022-01-20) diff --git a/package-lock.json b/package-lock.json index 882a3d7..a270a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-pug-builders", - "version": "13.1.0", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-pug-builders", - "version": "13.1.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "apply-loader": ">=2.0.0", diff --git a/package.json b/package.json index ffe824f..12a0aee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-pug-builders", "description": "Angular Pug Builders", - "version": "13.1.0", + "version": "14.0.0", "homepage": "https://github.com/lekhmanrus/ngx-pug-builders/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-pug-builders/issues",