Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 26, 2024
1 parent c84dd5a commit abeb850
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.4.0

[compare changes](https://github.com/hywax/gotify-client/compare/v0.3.0...v0.4.0)

### 🏡 Chore

- ⚠️ Add content-type to requests ([cca8d94](https://github.com/hywax/gotify-client/commit/cca8d94))
- ⚠️ Writable args for api methods ([209ba23](https://github.com/hywax/gotify-client/commit/209ba23))
- ⚠️ Support of two api keys ([8500fd0](https://github.com/hywax/gotify-client/commit/8500fd0))
- Add readonly ([4c7f86a](https://github.com/hywax/gotify-client/commit/4c7f86a))
- Regenerate client ([c84dd5a](https://github.com/hywax/gotify-client/commit/c84dd5a))

#### ⚠️ Breaking Changes

- ⚠️ Add content-type to requests ([cca8d94](https://github.com/hywax/gotify-client/commit/cca8d94))
- ⚠️ Writable args for api methods ([209ba23](https://github.com/hywax/gotify-client/commit/209ba23))
- ⚠️ Support of two api keys ([8500fd0](https://github.com/hywax/gotify-client/commit/8500fd0))

### ❤️ Contributors

- Hywax ([@hywax](http://github.com/hywax))

## v0.3.0

[compare changes](https://github.com/hywax/gotify-client/compare/v0.2.0...v0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gotify-client",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"exports": {
".": {
"import": "./dist/gotify-client.js",
Expand Down

0 comments on commit abeb850

Please sign in to comment.