From 12394a6aa3fa169104cbbe3a0195b220fa357e39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 23:53:41 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-03-30) ### Features * Introducing ngx-razorpay - Razorpay integration for Angular ([1da838d](https://github.com/shiv-source/ngx-razorpay/commit/1da838d08665cb4f30f52012f90af0df6cf4864f)) ### BREAKING CHANGES * As this is the initial release of , there are no specific breaking changes. However, users are encouraged to review the documentation for usage instructions and best practices. For more details, please refer to the README and documentation. --- CHANGELOG.md | 13 +++++++++++++ projects/ngx-razorpay/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6fae3b3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 1.0.0 (2024-03-30) + + +### Features + +* Introducing ngx-razorpay - Razorpay integration for Angular ([1da838d](https://github.com/shiv-source/ngx-razorpay/commit/1da838d08665cb4f30f52012f90af0df6cf4864f)) + + +### BREAKING CHANGES + +* As this is the initial release of , there are no specific breaking changes. However, users are encouraged to review the documentation for usage instructions and best practices. + +For more details, please refer to the README and documentation. diff --git a/projects/ngx-razorpay/package.json b/projects/ngx-razorpay/package.json index a6cdd99..cbe9854 100644 --- a/projects/ngx-razorpay/package.json +++ b/projects/ngx-razorpay/package.json @@ -1,6 +1,6 @@ { "name": "ngx-razorpay", - "version": "0.0.1", + "version": "1.0.0", "description": "Angular library for integrating the Razorpay payment gateway.", "peerDependencies": { "@angular/common": "^16.2.0",