Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 9, 2020
1 parent c572496 commit 39610de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
## [3.2.8](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.7...3.2.8) (2020-06-29)
# [4.0.0](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.8...4.0.0) (2020-07-09)


### Code Refactoring

## [3.2.7](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.6...3.2.7) (2020-06-29)
* Refactored the whole library and added support for UPS Server 2.5.1 ([2ea37fb](https://github.com/aerogear/unifiedpush-admin-client/commit/2ea37fb72bff151430e5920b7eb0e6516b60cf5e))


### BREAKING CHANGES

## [3.2.6](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.5...3.2.6) (2020-06-24)
* The library requires UPS Version 2.5.1 or later to work properly.



## [3.2.5](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.4...3.2.5) (2020-06-24)
## [3.2.8](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.7...3.2.8) (2020-06-29)



## [3.2.4](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.3...3.2.4) (2020-06-23)
## [3.2.7](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.6...3.2.7) (2020-06-29)


### Bug Fixes

* **iOSTokenVariant:** the iOSTokenVariant was missing the "production" and "privateKey" fields. ([b89d7d9](https://github.com/aerogear/unifiedpush-admin-client/commit/b89d7d9cd26d0db7baee58d4da6b01a017425a87))
* **variant:** the WebPushVariant was not exported as public ([4ced45f](https://github.com/aerogear/unifiedpush-admin-client/commit/4ced45f0a1bc68a5dbe59bfd338ce28ef747ba23))
## [3.2.6](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.5...3.2.6) (2020-06-24)



## [3.2.5](https://github.com/aerogear/unifiedpush-admin-client/compare/3.2.4...3.2.5) (2020-06-24)



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/unifiedpush-admin-client",
"version": "3.2.8",
"version": "4.0.0",
"description": "Client library used to admin UPS with code",
"keywords": [
"unifiedpush"
Expand Down Expand Up @@ -48,4 +48,4 @@
"typedoc": "^0.17.8",
"typescript": "3.8.3"
}
}
}

0 comments on commit 39610de

Please sign in to comment.