Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed Nov 20, 2020
1 parent 5a4ab17 commit fb1b649
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.0.1](https://github.com/uphold/ein-validator/tree/v1.0.1) (2020-11-20)
[Full Changelog](https://github.com/uphold/ein-validator/compare/v1.0.0...v1.0.1)

**Merged pull requests:**

- Update EIN group prefixes [\#9](https://github.com/uphold/ein-validator/pull/9) ([ourcach](https://github.com/ourcach))
- Add MIT license [\#7](https://github.com/uphold/ein-validator/pull/7) ([cristianooliveira](https://github.com/cristianooliveira))
- Update ownership [\#6](https://github.com/uphold/ein-validator/pull/6) ([ruimarinho](https://github.com/ruimarinho))

## [v1.0.0](https://github.com/uphold/ein-validator/tree/v1.0.0) (2016-04-13)
[Full Changelog](https://github.com/uphold/ein-validator/compare/v0.0.2...v1.0.0)

Expand All @@ -13,3 +22,4 @@
**Merged pull requests:**

- Update `es2015-node4` to `es2015` [\#3](https://github.com/uphold/ein-validator/pull/3) ([ruipenso](https://github.com/ruipenso))

4 changes: 2 additions & 2 deletions dist/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ var campus = {
brookhaven: ['01', '02', '03', '04', '05', '06', '11', '13', '14', '16', '21', '22', '23', '25', '34', '51', '52', '54', '55', '56', '57', '58', '59', '65'],
cincinnati: ['30', '32', '35', '36', '37', '38', '61'],
fresno: ['15', '24'],
internet: ['20', '26', '27', '45', '46', '47'],
internet: ['20', '26', '27', '45', '46', '47', '81', '82', '83', '84', '85'],
kansas: ['40', '44'],
memphis: ['94', '95'],
ogden: ['80', '90'],
philadelphia: ['33', '39', '41', '42', '43', '46', '48', '62', '63', '64', '66', '68', '71', '72', '73', '74', '75', '76', '77', '81', '82', '83', '84', '85', '86', '87', '88', '91', '92', '93', '98', '99'],
philadelphia: ['33', '39', '41', '42', '43', '46', '48', '62', '63', '64', '66', '68', '71', '72', '73', '74', '75', '76', '77', '86', '87', '88', '91', '92', '93', '98', '99'],
sba: ['31']
};

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": "ein-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Employer Identification Number validator and masker",
"keywords": [
"EIN",
Expand Down

0 comments on commit fb1b649

Please sign in to comment.