diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6a0375..5a89919e 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. +### [2.1.2](https://github.com/oclif/plugin-command-snapshot/compare/v2.1.1...v2.1.2) (2021-06-07) + + +### Bug Fixes + +* disallow void return type ([4655cfd](https://github.com/oclif/plugin-command-snapshot/commit/4655cfd86eb1429c6b0a8b036bb22e43336b6e09)) + ### [2.1.1](https://github.com/oclif/plugin-command-snapshot/compare/v2.1.0...v2.1.1) (2021-06-04) diff --git a/package.json b/package.json index 31928cb8..ba466636 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-command-snapshot", "description": "generates and compares OCLIF plugins snapshot files", - "version": "2.1.1", + "version": "2.1.2", "author": "Ramyasri @nramyasri-sf", "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", "dependencies": {