Skip to content

Commit 94c73f3

Browse files
[release] 2.0.50
1 parent 9800077 commit 94c73f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.50][2.0.50]
8+
### Changed
9+
- Metadata updates
10+
- remove phone number for some IFSC
11+
612
## [UNRELEASED][unreleased]
713
## [2.0.49][2.0.49]
814
### 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.49'
6+
s.version = '2.0.50'
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.49",
3+
"version": "2.0.50",
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": {

0 commit comments

Comments
 (0)