Skip to content

Commit 231cdcf

Browse files
Merge pull request #446 from razorpay/release/2.0.53
[release] 2.0.53
2 parents 9b02a1f + 8dbd787 commit 231cdcf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [UNRELEASED][unreleased]
7+
## [2.0.53][2.0.53]
8+
### Changed
9+
- Metadata updates
10+
611
## [UNRELEASED][unreleased]
712
## [2.0.51][2.0.51]
813
### Changed

ifsc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = 'ifsc'
6-
s.version = '2.0.51'
6+
s.version = '2.0.53'
77
s.date = '2022-10-28'
88
s.summary = 'IFSC code database to help you validate IFSC codes'
99
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifsc",
3-
"version": "2.0.51",
3+
"version": "2.0.53",
44
"description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.",
55
"main": "src/node/index.js",
66
"directories": {

src/IFSC.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)