Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-03-30)

### Features

* Introducing ngx-razorpay - Razorpay integration for Angular ([1da838d](1da838d))

### 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.
  • Loading branch information
semantic-release-bot committed Mar 30, 2024
1 parent 1da838d commit 12394a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion projects/ngx-razorpay/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 12394a6

Please sign in to comment.