diff --git a/CHANGELOG.md b/CHANGELOG.md index ad61e5d81..07bfbb625 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.3.2](https://github.com/oclif/core/compare/v1.3.1...v1.3.2) (2022-02-08) + + +### Bug Fixes + +* fix default import of lodash ([#366](https://github.com/oclif/core/issues/366)) ([99fc7d1](https://github.com/oclif/core/commit/99fc7d1fdddbcd1509f649723057cd0ba7ee414c)) + ### [1.3.1](https://github.com/oclif/core/compare/v1.3.0...v1.3.1) (2022-02-07) diff --git a/package.json b/package.json index 5979197ec..9172c6dc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "1.3.1", + "version": "1.3.2", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {