diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5a91f4..b5fefc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [2.1.1] + +- Fix lint + ## [2.1.0] - Allow to configure initial state for `AP.history` diff --git a/package.json b/package.json index a9506213..9342a500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartbear/fake-ap", - "version": "2.1.0", + "version": "2.1.1", "description": "A fake AP module to help develop and test Atlassian Connect applications.", "homepage": "https://github.com/SmartBear/fake-ap", "repository": {