diff --git a/packages/hello-1/CHANGELOG.md b/packages/hello-1/CHANGELOG.md index dc9e2f45..79b1d55c 100644 --- a/packages/hello-1/CHANGELOG.md +++ b/packages/hello-1/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] + ### Changed - misc: bump ts-jest from 25.1.0 to 25.2.0 in /packages/hello-1 diff --git a/packages/hello-1/package.json b/packages/hello-1/package.json index 0489e108..9e05e76f 100644 --- a/packages/hello-1/package.json +++ b/packages/hello-1/package.json @@ -1,6 +1,6 @@ { "name": "@iadvize-oss/hello-1-monorepo", - "version": "0.1.0", + "version": "0.1.1", "description": "Package 1 in hello world monorepo", "main": "dist/index.js", "module": "esm/index.js",