Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 22, 2022
1 parent 4f06608 commit 8da780d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/whispir/whispir-node/compare/v1.0.2...v1.0.3) (2022-11-22)


### Bug Fixes

* Release Whispir OpenAPI specification v1.1.2 ([#31](https://github.com/whispir/whispir-node/issues/31)) ([4f06608](https://github.com/whispir/whispir-node/commit/4f06608ec0a107c04a45521c7b92db1f3169a45f))

## [1.0.2](https://github.com/whispir/whispir-node/compare/v1.0.1...v1.0.2) (2022-11-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whispir",
"version": "1.0.2",
"version": "1.0.3",
"description": "Whispir API wrapper",
"keywords": [
"whispir",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// x-release-please-start-version
export const VERSION = '1.0.2';
export const VERSION = '1.0.3';
// x-release-please-end

0 comments on commit 8da780d

Please sign in to comment.