diff --git a/CHANGELOG.md b/CHANGELOG.md index 08aa284..8d285c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +### [1.1.1](https://github.com/nzambello/link-previewer/compare/v1.1.0...v1.1.1) (2022-07-07) + ## [1.1.0](https://github.com/nzambello/link-previewer/compare/v1.0.1...v1.1.0) (2022-07-07) diff --git a/package.json b/package.json index 6299819..1a50069 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",