Skip to content

Commit

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


## v0.1.0

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

### 🩹 Fixes

- Tsconfig json syntax ([ddc9d25](https://github.com/hywax/gotify-client/commit/ddc9d25))

### 💅 Refactors

- ⚠️ Rename Client to FetchHttpClient ([3551f3c](https://github.com/hywax/gotify-client/commit/3551f3c))

#### ⚠️ Breaking Changes

- ⚠️ Rename Client to FetchHttpClient ([3551f3c](https://github.com/hywax/gotify-client/commit/3551f3c))

### ❤️ Contributors

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

## v0.0.3

[compare changes](https://github.com/hywax/gotify-client/compare/v0.0.2...v0.0.3)
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.0.3",
"version": "0.1.0",
"exports": {
".": {
"import": "./dist/gotify-client.js",
Expand Down

0 comments on commit 56d23c0

Please sign in to comment.