diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f463c9..bddc038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) + diff --git a/dist/src/index.js b/dist/src/index.js index 7c20ce9..3054d38 100644 --- a/dist/src/index.js +++ b/dist/src/index.js @@ -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'] }; diff --git a/package.json b/package.json index 9bdf063..a897ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ein-validator", - "version": "1.0.0", + "version": "1.0.1", "description": "Employer Identification Number validator and masker", "keywords": [ "EIN",