Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.1...v1.9.0) (2023-10-11)

### Features

* check algolia response and add basic script for checking ([93a2de5](93a2de5))
* check protondb response ([be40289](be40289))
* improve cache write ([df5eece](df5eece))
* include more data from a new API ([d7eb8af](d7eb8af))
* remove followers property ([2e4fe0f](2e4fe0f))
* rename props ([1ed274f](1ed274f))
  • Loading branch information
semantic-release-bot committed Oct 11, 2023
1 parent 3dc6b6d commit ae46b4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.9.0](https://github.com/jegj/protondb-cli/compare/v1.8.1...v1.9.0) (2023-10-11)


### Features

* check algolia response and add basic script for checking ([93a2de5](https://github.com/jegj/protondb-cli/commit/93a2de55e602e6e938d5483df0a92b05bbaac618))
* check protondb response ([be40289](https://github.com/jegj/protondb-cli/commit/be402894dcc913ce7ff7636744273c1e7040a408))
* improve cache write ([df5eece](https://github.com/jegj/protondb-cli/commit/df5eece9e58efbebe046e0ec1b6e7cbb976496c0))
* include more data from a new API ([d7eb8af](https://github.com/jegj/protondb-cli/commit/d7eb8af643ec0573cc5870719ba453e243ff7a72))
* remove followers property ([2e4fe0f](https://github.com/jegj/protondb-cli/commit/2e4fe0f14af015d70f33cb84b904f18be07827e0))
* rename props ([1ed274f](https://github.com/jegj/protondb-cli/commit/1ed274f4846769b936c6afe906c8630da44762ac))

## [1.8.1](https://github.com/jegj/protondb-cli/compare/v1.8.0...v1.8.1) (2023-09-23)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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,7 +1,7 @@
{
"name": "protondb-cli",
"type": "module",
"version": "1.8.1",
"version": "1.9.0",
"description": "CLI for the protondb project",
"main": "protondb-cli.js",
"engines": {
Expand Down

0 comments on commit ae46b4d

Please sign in to comment.