Skip to content

Commit

Permalink
version bump (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Jun 13, 2023
1 parent 91cbf0a commit 69edcbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.8.6 - 2023-02-22

feat(Typescript): add typescript definitions

- TypeScript definitions for all modules and functions in the SDK.
- Add comments throughout the codebase to improve readability and maintainability.
- Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.

Note: This release is a patch of the previous release that includes an update to the `razorpay.d.ts` file

## 2.8.5 - 2023-02-22

feat(Typescript): add typescript definitions
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": "razorpay",
"version": "2.8.5",
"version": "2.8.6",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
Expand Down

0 comments on commit 69edcbc

Please sign in to comment.