diff --git a/CHANGELOG.md b/CHANGELOG.md index 4830568..23209e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/pengx17/logseq-plugin-link-preview/compare/v2.1.0...v2.1.1) (2022-03-23) + + +### Bug Fixes + +* link styles ([6693442](https://github.com/pengx17/logseq-plugin-link-preview/commit/66934420d257483cf794867aa34252d060f5b55b)) + # [2.1.0](https://github.com/pengx17/logseq-plugin-link-preview/compare/v2.0.0...v2.1.0) (2022-03-16) diff --git a/package.json b/package.json index e69a68b..f7924f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-link-preview", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/index.html", "scripts": { "dev": "vite",