Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.1...v2.0.0) (2024-09-13)

### Bug Fixes

* align github pages with the new method signatures ([9ebe351](9ebe351))
* pokestop order arguments ([bcf2283](bcf2283))
* power up suffixes signature for pokestop method ([90b56d0](90b56d0))

### Features

* bread flag ([6a039c6](6a039c6))
* gym power up support ([5a8d5ce](5a8d5ce))
* weather severity ([13e2471](13e2471))

### BREAKING CHANGES

* changes order of args for weather method
* changes order of pokestop args to better align with uicons standard
* order of pokemon arguments has changed to align better with uicons standard
  • Loading branch information
semantic-release-bot committed Sep 13, 2024
1 parent d27f76d commit 9ce5b92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0](https://github.com/TurtIeSocks/uicons.js/compare/v1.4.1...v2.0.0) (2024-09-13)


### Bug Fixes

* align github pages with the new method signatures ([9ebe351](https://github.com/TurtIeSocks/uicons.js/commit/9ebe351783b2cdd6677c402ca0d272dff930a8d4))
* pokestop order arguments ([bcf2283](https://github.com/TurtIeSocks/uicons.js/commit/bcf2283ee0b3ad3a7667ccae03c5ff4733558e1c))
* power up suffixes signature for pokestop method ([90b56d0](https://github.com/TurtIeSocks/uicons.js/commit/90b56d03c8982cb41152b85307945fc5a92da433))


### Features

* bread flag ([6a039c6](https://github.com/TurtIeSocks/uicons.js/commit/6a039c6b6d34c7343ff26ec14b88ca7e020fc59f))
* gym power up support ([5a8d5ce](https://github.com/TurtIeSocks/uicons.js/commit/5a8d5ce93936cf86eed5c6b15919a74aae4589f3))
* weather severity ([13e2471](https://github.com/TurtIeSocks/uicons.js/commit/13e2471d2d43dcd0749169bea0e2704d1377e97a))


### BREAKING CHANGES

* changes order of args for weather method
* changes order of pokestop args to better align with uicons standard
* order of pokemon arguments has changed to align better with uicons standard

## [1.4.1](https://github.com/TurtIeSocks/uicons.js/compare/v1.4.0...v1.4.1) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uicons.js",
"version": "1.4.1",
"version": "2.0.0",
"description": "UICONS JavaScript Library",
"repository": "https://github.com/TurtIeSocks/uicons.js",
"author": "TurtIeSocks <[email protected]>",
Expand Down

0 comments on commit 9ce5b92

Please sign in to comment.