diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9268ba7..ad554a9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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/oclif/core/compare/v1.2.0...v1.2.1) (2022-01-28) + + +### Bug Fixes + +* module resolution of linked plugins ([#352](https://github.com/oclif/core/issues/352)) ([c7f5d34](https://github.com/oclif/core/commit/c7f5d3439e7e60b6562362c87fe0d16a99a42a08)) + ## [1.2.0](https://github.com/oclif/core/compare/v1.1.2...v1.2.0) (2022-01-26) diff --git a/package.json b/package.json index 64eb25bea..ff5de4afd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "1.2.0", + "version": "1.2.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {