diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea173e..2576698 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.1.1](https://github.com/dessant/buster/compare/v1.1.0...v1.1.1) (2020-10-12) + + +### Bug Fixes + +* Opera add-ons does not accept the .enc file extension ([317eb95](https://github.com/dessant/buster/commit/317eb95f6c248013e1f296f49f71ca940b0b63e8)) + ## [1.1.0](https://github.com/dessant/buster/compare/v1.0.1...v1.1.0) (2020-10-12) diff --git a/package.json b/package.json index 603e7ab..0316059 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buster", - "version": "1.1.0", + "version": "1.1.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/buster", "license": "GPL-3.0-only",