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.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 22, 2020
1 parent ab7066b commit a4b4066
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.4.1](https://github.com/aerogear/unifiedpush-admin-client/compare/4.4.0...4.4.1) (2020-11-22)


### Bug Fixes

* **command:** the AbstractCommand class was declaring abstract async method ([ab7066b](https://github.com/aerogear/unifiedpush-admin-client/commit/ab7066b2707f4557f7c0ab416342c66fbe555efa))
* **deps:** update dependency axios to v0.21.0 ([e5b7db1](https://github.com/aerogear/unifiedpush-admin-client/commit/e5b7db1ee4d7def67a4d32cc64bbc1dd867d7b41))



# [4.4.0](https://github.com/aerogear/unifiedpush-admin-client/compare/4.3.0...4.4.0) (2020-10-02)


Expand Down Expand Up @@ -34,13 +44,3 @@



## [4.2.1](https://github.com/aerogear/unifiedpush-admin-client/compare/4.2.0...4.2.1) (2020-08-19)


### Bug Fixes

* 🐛 creating iosvariants using a definition does not works ([942e442](https://github.com/aerogear/unifiedpush-admin-client/commit/942e4425405da174fd82781b8fd3d61e471f96bd)), closes [#95](https://github.com/aerogear/unifiedpush-admin-client/issues/95)
* 🐛 the delete command was not detecting not found apps ([f498002](https://github.com/aerogear/unifiedpush-admin-client/commit/f498002649192419e8050d1031d9e539caf6102c)), closes [#118](https://github.com/aerogear/unifiedpush-admin-client/issues/118)



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.4.0",
"version": "4.4.1",
"description": "Client library used to admin UPS with code",
"keywords": [
"unifiedpush"
Expand Down Expand Up @@ -57,4 +57,4 @@
"resolutions": {
"jest-haste-map": "26.6.2"
}
}
}

0 comments on commit a4b4066

Please sign in to comment.