diff --git a/Readme.md b/Readme.md index 930f15f..9e94d71 100644 --- a/Readme.md +++ b/Readme.md @@ -46,6 +46,15 @@ npm test ## Changelog +### 5.0.0 +- added some missing currencies ([#61](https://github.com/bengourley/currency-symbol-map/pull/61)) +- fixed the BTC symbol ([#50](https://github.com/bengourley/currency-symbol-map/pull/50)) +- fixed the KZT symbol ([#52](https://github.com/bengourley/currency-symbol-map/pull/52)) +- fixed the SGD symbol ([#55](https://github.com/bengourley/currency-symbol-map/pull/55)) +- added TypeScript typings ([#53](https://github.com/bengourley/currency-symbol-map/pull/53)) +- upgraded test libraries & added extra test cases ([#62](https://github.com/bengourley/currency-symbol-map/pull/62)) +- upgraded linter and improved code formatting ([#63](https://github.com/bengourley/currency-symbol-map/pull/63)) + ### 4.0.0 - the reverse lookup feature was removed (retrieving currency given a symbol) because there is not a deterministic way to do so (i.e. the same symbol is used by multiple currencies).