diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2620c..1ed166a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.3.0](https://github.com/Celtian/ngx-devkit-builders/compare/v1.2.1...v1.3.0) + +- Feat/update [`#11`](https://github.com/Celtian/ngx-devkit-builders/pull/11) +- chore(deps): deps updated [`b27cb08`](https://github.com/Celtian/ngx-devkit-builders/commit/b27cb080c010e5666386e2ba27a4c2da00b0a583) +- chore(node): limits changed [`912cb87`](https://github.com/Celtian/ngx-devkit-builders/commit/912cb875e7c5ff54200600c174a31eb37e68fad5) + #### [v1.2.1](https://github.com/Celtian/ngx-devkit-builders/compare/v1.2.0...v1.2.1) +> 10 February 2024 + - deps updated & actions updated [`#10`](https://github.com/Celtian/ngx-devkit-builders/pull/10) - chore(deps): deps updated [`0855487`](https://github.com/Celtian/ngx-devkit-builders/commit/0855487de6ead99ff6cd151209889f56176267aa) +- chore(update): patch release 1.2.1 🐛 [`ae04eaa`](https://github.com/Celtian/ngx-devkit-builders/commit/ae04eaa8a38cf1d37b174f023b1990b1edd833a8) - chore(scripts): scripts renamed [`372de37`](https://github.com/Celtian/ngx-devkit-builders/commit/372de37053a86a631a7a3b55bd758c64f129a1e2) -- chore(package): only allow removed [`c7a507f`](https://github.com/Celtian/ngx-devkit-builders/commit/c7a507f5b1eff47d54d93fb8516af990e68d1a1e) #### [v1.2.0](https://github.com/Celtian/ngx-devkit-builders/compare/v1.1.0...v1.2.0) diff --git a/package.json b/package.json index e7251fe..c0650de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-devkit-builders", - "version": "1.2.1", + "version": "1.3.0", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",