From cc797e397540d2f6ae36e8efb4984801ffda05f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Aug 2023 00:13:46 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.4.0...v1.5.0) (2023-08-17) ### Features * bump cocreate dependencies for the latest updates and features ([f396b74](https://github.com/CoCreate-app/CoCreate-parallax/commit/f396b74f3f584c146b80e71117c515630d7a04bd)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caba076..9d1162f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.4.0...v1.5.0) (2023-08-17) + + +### Features + +* bump cocreate dependencies for the latest updates and features ([f396b74](https://github.com/CoCreate-app/CoCreate-parallax/commit/f396b74f3f584c146b80e71117c515630d7a04bd)) + # [1.4.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.3.25...v1.4.0) (2023-08-16) diff --git a/package.json b/package.json index a58a6a7..8d6f3d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/parallax", - "version": "1.4.0", + "version": "1.5.0", "description": "A stunning css effect in which the background moves at a slower pace than the foreground. Resulting in 3D effect when users scroll up/down the webpage.", "keywords": [ "parallax", @@ -57,4 +57,4 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}