Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2022-06-24)

### Bug Fixes

* set KeycloakGroupRepresentation as default type argument ([ddd07dd](ddd07dd))

### Styles

* rename ShogunApplicationUtil to SHOGunApplicationUtil ([d3ece9c](d3ece9c))
* rename SHOGunClient to SHOGunAPIClient and cache services after first creation ([6fb1b0b](6fb1b0b))

### BREAKING CHANGES

* Renames ShogunApplicationUtil to SHOGunApplicationUtil
* Renames the SHOGunClient to SHOGunAPIClient
  • Loading branch information
semantic-release-bot committed Jun 24, 2022
1 parent 849aa17 commit f75ae7d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/terrestris/shogun-util/compare/v1.2.1...v2.0.0) (2022-06-24)


### Bug Fixes

* set KeycloakGroupRepresentation as default type argument ([ddd07dd](https://github.com/terrestris/shogun-util/commit/ddd07ddb6f1539a138fcaf3d1eff600c361b1e99))


### Styles

* rename ShogunApplicationUtil to SHOGunApplicationUtil ([d3ece9c](https://github.com/terrestris/shogun-util/commit/d3ece9c1a465916fd959a33e4012b86befba565d))
* rename SHOGunClient to SHOGunAPIClient and cache services after first creation ([6fb1b0b](https://github.com/terrestris/shogun-util/commit/6fb1b0b877920ee9e5e071de34d77da97e0eab03))


### BREAKING CHANGES

* Renames ShogunApplicationUtil to SHOGunApplicationUtil
* Renames the SHOGunClient to SHOGunAPIClient

## [1.2.1](https://github.com/terrestris/shogun-util/compare/v1.2.0...v1.2.1) (2022-06-22)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/shogun-util",
"version": "1.2.1",
"version": "2.0.0",
"keywords": [],
"bugs": {
"url": "https://github.com/terrestris/shogun-util/issues"
Expand Down

0 comments on commit f75ae7d

Please sign in to comment.