diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f421b..291a40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [1.1.0](https://github.com/macellan/formatter/compare/v1.0.0...v1.1.0) (2024-03-14) + + +### Features + +* **CreditCard:** add support for Discover issuer ([52e89c6](https://github.com/macellan/formatter/commit/52e89c627a66318b1090613a93e65b40d386d5ee)) + # [1.0.0](https://github.com/macellan/formatter/compare/0.0.12...1.0.0) (2024-03-14) diff --git a/package.json b/package.json index ea05d7b..efc1bc8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@macellan/formatter", "author": "Onur Ă–zkaya", "module": "dist/formatter.esm.js", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",