From 2c9228fcc228c96d21a569d64078f3c7fbaf982b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jan 2024 11:04:46 +0000 Subject: [PATCH] chore(release): 0.17.0 [skip ci] # [0.17.0](https://github.com/juspay/hyperswitch-web/compare/v0.16.8...v0.17.0) (2024-01-11) ### Features * HS-188: Building before committing and added release rules ([#90](https://github.com/juspay/hyperswitch-web/issues/90)) ([7e8b23a](https://github.com/juspay/hyperswitch-web/commit/7e8b23a9246cbadf85283793cfc8b58f616e6e9f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9018ea9..b555b99f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.17.0](https://github.com/juspay/hyperswitch-web/compare/v0.16.8...v0.17.0) (2024-01-11) + + +### Features + +* HS-188: Building before committing and added release rules ([#90](https://github.com/juspay/hyperswitch-web/issues/90)) ([7e8b23a](https://github.com/juspay/hyperswitch-web/commit/7e8b23a9246cbadf85283793cfc8b58f616e6e9f)) + ## [0.16.8](https://github.com/juspay/hyperswitch-web/compare/v0.16.7...v0.16.8) (2024-01-11) diff --git a/package-lock.json b/package-lock.json index a161ca649..cfab36c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.16.8", + "version": "0.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8fd97c9de..ca37fc888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.16.8", + "version": "0.17.0", "main": "index.js", "private": true, "dependencies": { @@ -159,4 +159,4 @@ "@semantic-release/git" ] } -} \ No newline at end of file +}