Skip to content

Commit

Permalink
Merge pull request #224 from pavankjadda/master
Browse files Browse the repository at this point in the history
release: bump version to 13.2.0
  • Loading branch information
pavankjadda authored Apr 6, 2022
2 parents d6e6f0e + 64e7029 commit b674826
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 1 deletion.
122 changes: 122 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-cookie-service/package.json
Original file line number Diff line number Diff line change
@@ -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 <stevermeister@gmail.com>",
"keywords": [
Expand Down

0 comments on commit b674826

Please sign in to comment.