Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-04-15)

### Bug Fixes

* mod links are sometimes null ([0fa8a37](0fa8a37)), closes [#2](#2)
* properties incorrectly marked as optional ([70611ec](70611ec))

### Features

* update API to match latest docs ([a07c7da](a07c7da))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent cdaf27a commit a70050f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/minimusubi/curseforge-api/compare/v1.1.0...v1.2.0) (2024-04-15)


### Bug Fixes

* mod links are sometimes null ([0fa8a37](https://github.com/minimusubi/curseforge-api/commit/0fa8a37398b358f84f8baf03d5760d6bb0ebd576)), closes [#2](https://github.com/minimusubi/curseforge-api/issues/2)
* properties incorrectly marked as optional ([70611ec](https://github.com/minimusubi/curseforge-api/commit/70611ec768be91bd3ad242323f807c84f33bb03d))


### Features

* update API to match latest docs ([a07c7da](https://github.com/minimusubi/curseforge-api/commit/a07c7da41f8b6a8d82af3124b1e1cf89d49803aa))

# [1.1.0](https://github.com/minimusubi/curseforge-api/compare/v1.0.2...v1.1.0) (2023-03-29)


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": "curseforge-api",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "An easy to use library to help you consume the CurseForge Core API",
"keywords": [
Expand Down

0 comments on commit a70050f

Please sign in to comment.