diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c259d..5d1624a 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.1](https://github.com/capacitor-community/privacy-screen/compare/v2.1.0...v2.1.1) (2022-01-26) + + +### Bug Fixes + +* inline source code in esm map files ([dc1183a](https://github.com/capacitor-community/privacy-screen/commit/dc1183a28ba3ca7e815f5399ba336c3aeedf3468)) + ## [2.1.0](https://github.com/capacitor-community/privacy-screen/compare/v2.0.0...v2.1.0) (2021-07-16) diff --git a/package-lock.json b/package-lock.json index 5c84cf2..c38593e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a03c0b6..dbab456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "2.1.0", + "version": "2.1.1", "description": "Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",