diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d30ecc..9be55d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/halil-pan/ts-lib-template/compare/v1.2.1...v1.2.2) (2023-02-07) + + +### Bug Fixes + +* test ([32e1bc3](https://github.com/halil-pan/ts-lib-template/commit/32e1bc31e354cea97ce486f15593a18616c11f16)) + ## [1.2.1](https://github.com/halil-pan/ts-lib-template/compare/v1.2.0...v1.2.1) (2021-12-17) diff --git a/package.json b/package.json index e3c9bd4..12e9d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halil-pan/ts-lib-template", - "version": "1.2.1", + "version": "1.2.2", "description": "awesome library", "main": "./dist/index.js", "module": "./dist/index.mjs",