diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac2d2453..06becc6a2 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.4.0](https://github.com/oclif/core/compare/v1.3.6...v1.4.0) (2022-03-01) + + +### Features + +* make global flags settable ([#385](https://github.com/oclif/core/issues/385)) ([e14061c](https://github.com/oclif/core/commit/e14061ca7e6a4c288eb50e0e9954b38e042682df)) + ### [1.3.6](https://github.com/oclif/core/compare/v1.3.5...v1.3.6) (2022-02-28) diff --git a/package.json b/package.json index 6e0259d4b..2601b430c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "1.3.6", + "version": "1.4.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {