Skip to content

Commit 46bb12e

Browse files
authored
Merge pull request #416 from razorpay/release/2.0.43
[SI-30705][release] 2.0.43
2 parents b354b26 + c3833f3 commit 46bb12e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [UNRELEASED][unreleased]
77

8+
## [2.0.43][2.0.43]
9+
### Changed
10+
- Metadata updates
11+
812
## [2.0.42][2.0.42]
913
### Changed
1014
- Metadata updates

ifsc.gemspec

+1-1
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.42'
6+
s.version = '2.0.43'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifsc",
3-
"version": "2.0.42",
3+
"version": "2.0.43",
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

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)