From 8da780d0fbff03b0237506df1584c20d3d8f04db Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+richardfontein@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:49:53 +1300 Subject: [PATCH] chore(main): release 1.0.3 (#32) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- version.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa650a..c0ca796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 02a59bc..dc122f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whispir", - "version": "1.0.2", + "version": "1.0.3", "description": "Whispir API wrapper", "keywords": [ "whispir", diff --git a/version.ts b/version.ts index 51c2c3a..62b5e9e 100644 --- a/version.ts +++ b/version.ts @@ -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