Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2024-09-23)

### Bug Fixes

* **release:** add id-token ([#32](#32)) ([e901b95](e901b95))

### Code Refactoring

* **package:** add `git+` ([#33](#33)) ([5a7e666](5a7e666))
* **prettier:** remove json override ([#34](#34)) ([13b6c56](13b6c56))
  • Loading branch information
semantic-release-bot committed Sep 23, 2024
1 parent 13b6c56 commit 4843d59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.3](https://github.com/archoleat/notifier/compare/v1.0.2...v1.0.3) (2024-09-23)

### Bug Fixes

* **release:** add id-token ([#32](https://github.com/archoleat/notifier/issues/32)) ([e901b95](https://github.com/archoleat/notifier/commit/e901b956455dcefaee7f2a5ef56d360f49e29d10))

### Code Refactoring

* **package:** add `git+` ([#33](https://github.com/archoleat/notifier/issues/33)) ([5a7e666](https://github.com/archoleat/notifier/commit/5a7e66647a8f1b2828de085848b6f8a140a8e52f))
* **prettier:** remove json override ([#34](https://github.com/archoleat/notifier/issues/34)) ([13b6c56](https://github.com/archoleat/notifier/commit/13b6c56528b953d59d01a329cba887fef5b70226))

## [1.0.2](https://github.com/archoleat/notifier/compare/v1.0.1...v1.0.2) (2024-09-01)

### Code Refactoring
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": "@archoleat/notifier",
"description": "Simple notifier for plugins or bundlers",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"author": {
"email": "archoleat@gmail.com",
Expand Down

0 comments on commit 4843d59

Please sign in to comment.