diff --git a/CHANGELOG.md b/CHANGELOG.md index c0207d9..a9e3767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://github.com/jowapp/codemod/compare/v1.2.0...v1.2.1) (2024-05-14) + +### Misc Changes + +- add npm shield ([d09ba73](https://github.com/jowapp/codemod/commit/d09ba739529f3ec12495859a64e854287e4ec280)) + ## [1.2.0](https://github.com/jowapp/codemod/compare/v1.1.0...v1.2.0) (2024-05-14) ### Features diff --git a/package.json b/package.json index 313a3f8..614ab5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jowtech/codemod", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple set of codemod transformations", "bugs": { "url": "https://github.com/jowapp/codemod/issues"