From 935c131f1ce76f0f72d7f64b2da28bb810d1672b Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 8 Mar 2021 00:25:09 +0000 Subject: [PATCH] :bookmark: Release v0.2.15 [skip ci] --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f0a00..fdf60f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.2.15] - 2021-03-08 + +[Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v0.2.15) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v0.2.14...v0.2.15) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v0.2.15) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.15.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.15.tar.gz)) + ## [v0.2.14] - 2021-03-01 [Release notes](https://github.com/BetaHuhn/drkmd.js/releases/tag/v0.2.14) · [Compare](https://github.com/BetaHuhn/drkmd.js/compare/v0.2.13...v0.2.14) · [Tag](https://github.com/BetaHuhn/drkmd.js/tree/v0.2.14) · Archive ([zip](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.14.zip) · [tar.gz](https://github.com/BetaHuhn/drkmd.js/archive/v0.2.14.tar.gz)) diff --git a/package-lock.json b/package-lock.json index fef13cc..9973a1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "drkmd-js", - "version": "0.2.14", + "version": "0.2.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c8663e1..981c2f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drkmd-js", - "version": "0.2.14", + "version": "0.2.15", "description": "Simple dark-mode/light-mode toggle for any website", "main": "dist/drkmd-js.min.js", "scripts": {