From 34b0ff7b15f56f772aef6c87ca715684d4fcd590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20D=C3=A1valos?= Date: Sun, 27 Feb 2022 15:09:45 +0900 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cf7dd..96facd2 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.0](https://github.com/alangdm/helium-animated-pages/compare/v2.0.0...v2.1.0) (2022-02-27) + + +### Bug Fixes + +* **deps:** update dependency lit to v2.0.2 ([fa0892f](https://github.com/alangdm/helium-animated-pages/commit/fa0892f48c927dc2782e621bd70283f69202b18f)) + ## [2.0.0](https://github.com/alangdm/helium-animated-pages/compare/v2.0.0-5...v2.0.0) (2021-09-23) diff --git a/package-lock.json b/package-lock.json index 087001e..5c18424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helium-animated-pages", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helium-animated-pages", - "version": "2.0.0", + "version": "2.1.0", "license": "BSD-3-Clause", "dependencies": { "lit": "2.2.0" diff --git a/package.json b/package.json index 18b37df..28d073a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helium-animated-pages", - "version": "2.0.0", + "version": "2.1.0", "description": "A light spiritual successor to neon-animated-pages using only css animations", "type": "module", "module": "helium-animated-pages.js",