From 19a8e31847cf05a8d48574488def0ba442912b73 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Thu, 13 Apr 2023 16:45:31 -0700 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cd1b5..826f002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## v0.1.2 (2023-04-13) + +#### :memo: Documentation +* [#12](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/12) fix: update documentation ([@noobinthisgame](https://github.com/noobinthisgame)) +* [#4](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/4) Docs: update zoom config ([@JPeer264](https://github.com/JPeer264)) + +#### :house: Internal +* [#18](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/18) Adds release-it setup ([@scalvert](https://github.com/scalvert)) +* [#17](https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/pull/17) Pinning versions of node and npm via volta ([@scalvert](https://github.com/scalvert)) + +#### Committers: 4 +- Jan Peer Stöcklmair ([@JPeer264](https://github.com/JPeer264)) +- Johann Ehlers ([@noobinthisgame](https://github.com/noobinthisgame)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) +- ZhibingHong ([@lkhzb](https://github.com/lkhzb)) + + # 0.1.1 (05/22/2022) - @gabrielcsapo: Publishes package without workspace root. diff --git a/package-lock.json b/package-lock.json index bebce5e..ce06e1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docusaurus-plugin-image-zoom", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docusaurus-plugin-image-zoom", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "medium-zoom": "^1.0.6" diff --git a/package.json b/package.json index be2a997..3b3fc87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-image-zoom", - "version": "0.1.1", + "version": "0.1.2", "private": false, "description": "Docusaurus plugin to utilize https://www.npmjs.com/package/medium-zoom in your projects easily!", "homepage": "https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom#readme",