From 11d566e5b1dabcc357ae99c9e07f12b9ce589bfe Mon Sep 17 00:00:00 2001 From: Pavan Kumar Jadda <17564080+pavankjadda@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:51:34 -0400 Subject: [PATCH 1/2] release: bump version to 13.2.0 --- projects/ngx-cookie-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-cookie-service/package.json b/projects/ngx-cookie-service/package.json index d7e846d..f783c90 100644 --- a/projects/ngx-cookie-service/package.json +++ b/projects/ngx-cookie-service/package.json @@ -1,7 +1,7 @@ { "name": "ngx-cookie-service", "description": "Angular cookie service", - "version": "13.2.0-rc.1", + "version": "13.2.0", "license": "MIT", "author": "Stepan Suvorov ", "keywords": [ From a02ec075264f372d7f204f66905136bd6ef64688 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Jadda <17564080+pavankjadda@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:53:50 -0400 Subject: [PATCH 2/2] docs: updates CHANGELOG.md --- CHANGELOG.md | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91702af..1b40ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,125 @@ +#13.2.0 + +### New Features + +- feat(core): expose typings for options by @minijus in https://github.com/stevermeister/ngx-cookie-service/pull/218 +- feat(cicd): removes Node 12 from CICD pipeline as it reaches EOl on April 30th, 2022 + +### Bug Fixes + +- fix(cicd): fixes build issues in cicd pipeline by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/208 +- fix(security): fixes workspace vulnerabilities detected by GitHub by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/213 +- chore(deps): bump node-forge from 1.2.1 to 1.3.0 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/220 +- chore(deps): bump nanoid from 3.1.30 to 3.3.1 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/221 +- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/222 +- release: bump version to 13.2.0 by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/224 + +### New Contributors + +- @minijus made their first contribution in https://github.com/stevermeister/ngx-cookie-service/pull/218 + +#13.2.0-rc.1 + +### New Features + +- feat: expose typings for options by @minijus in https://github.com/stevermeister/ngx-cookie-service/pull/218 + +### Bug Fixes + +- fix(cicd): fixes build issues in cicd pipeline by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/208 +- fix(security): fixes workspace vulnerabilities detected by GitHub by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/213 +- chore(deps): bump node-forge from 1.2.1 to 1.3.0 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/220 +- chore(deps): bump nanoid from 3.1.30 to 3.3.1 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/221 +- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/stevermeister/ngx-cookie-service/pull/222 +- release: bump version to 13.2.0-rc.1 by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/223 + +### New Contributors + +- @minijus made their first contribution in https://github.com/stevermeister/ngx-cookie-service/pull/218 + +# 13.1.2 + +## Bug Fixes + +- reverts ssr changes by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/205 + +# 13.1.1 + +### Improvements + +- chore(build): re-enables linting as angular-eslint supports angular 13 by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/202 +- reverts ssr changes by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/204 + +# 13.1.0 + +### New Features + +- feat(ssr): adds SSR support by @pavankjadda in #199 +- docs: updates README.md with new SSR instructions by @pavankjadda in #200 +- merge angular universal docs to master by @pavankjadda in #201 + +# 13.1.0-rc.1 + +### New Feature + +- feat(ssr): adds SSR support by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/199 + +# 13.0.1 + +### New Features + +- feat(ci): updates CI to run on multiple OSes and Node versions by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/192 +- Create FUNDING.yml by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/190 +- chore(format): formats code with prettier by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/194 +- chore: upgrade angular eslint by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/195 + +### Bug Fixes + +- fix(tests): updates karma configuration by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/193 + +# 13.0.0 + +### New Features + +- Added support for Angular 13 +- Updated docs with changes and [compatibility matrix](https://github.com/stevermeister/ngx-cookie-service#supported-versions) + +### Breaking Changes + +- `ViewEngine` support has been removed on [13.x.x](https://github.com/stevermeister/ngx-cookie-service#supported-versions). See compatibility matrix for details + +# 13.0.0-rc.1 + +- backport 12.x.x changes to 13.x.x by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/168 +- chore(deps): upgrades base angular version to 13.0.0-rc.0 by @pavankjadda in https://github.com/stevermeister/ngx-cookie-service/pull/169 + +# 13.0.0-rc.1 + +- Upgraded Angular Version to 13.0.0-rc.1 + +# 12.0.3 + +### Bug Fixes + +- Fixed bugs where `ViewEngine` libraries that use `ngx-cookie-service` as dependency fails. Disabled ivy compilation as well. +- Closed #144 and #145 + +# 12.0.2 + +### Bug Fix + +Cicd: Fixes a bug where incorrect folder published to NPM. Closes #142 + +# 12.0.1 + +### Docs + +Updates README.MD file with correct link to gitter channel + +### CICD + +Add the ability to publish new version to NPM when new tag published. See #136 for details + # 12.0.0 - upgrade to Angular