From 194f52a8998baf4d6d892a09caa42eaff601100e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Aug 2023 03:49:10 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.5.1...v1.6.0) (2023-08-21) ### Features * Update cocreate dependencies for the latest features and bug fixes ([7c04d18](https://github.com/CoCreate-app/CoCreate-parallax/commit/7c04d1892a7f6904383353765ee88de052395feb)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233db22..1a84b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.5.1...v1.6.0) (2023-08-21) + + +### Features + +* Update cocreate dependencies for the latest features and bug fixes ([7c04d18](https://github.com/CoCreate-app/CoCreate-parallax/commit/7c04d1892a7f6904383353765ee88de052395feb)) + ## [1.5.1](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.5.0...v1.5.1) (2023-08-21) diff --git a/package.json b/package.json index 5acc8c3..be940d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/parallax", - "version": "1.5.1", + "version": "1.6.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 +}