diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaf061..23f47bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ 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.2.0](https://github.com/Celtian/ngx-devkit-builders/compare/v1.1.0...v1.2.0) + +- copy environment added [`#9`](https://github.com/Celtian/ngx-devkit-builders/pull/9) +- feat(copy-environment): copy environment added [`b61ea34`](https://github.com/Celtian/ngx-devkit-builders/commit/b61ea34535935534686f760c088e7f25ec398493) +- chore(readme): typo fixed [`818f40e`](https://github.com/Celtian/ngx-devkit-builders/commit/818f40ea75458d4159ceea5f39e23cc7384fd910) + #### [v1.1.0](https://github.com/Celtian/ngx-devkit-builders/compare/v1.0.0...v1.1.0) +> 1 January 2024 + - robots feature added [`#8`](https://github.com/Celtian/ngx-devkit-builders/pull/8) - feat(robots): robots feature added [`35386f0`](https://github.com/Celtian/ngx-devkit-builders/commit/35386f0f12aeed03312f92d96f899a01d0545df3) +- chore(update): release 1.1.0 🚀 [`29d00ef`](https://github.com/Celtian/ngx-devkit-builders/commit/29d00ef32a09b358cc4728a0a616d0432542a717) ### [v1.0.0](https://github.com/Celtian/ngx-devkit-builders/compare/v0.1.0...v1.0.0) diff --git a/package.json b/package.json index 24a4ceb..26ed46f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-devkit-builders", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",