Skip to content

Commit 9a5e047

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.25...v1.4.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([2855d60](2855d60)) * replace -target -selector ([efca4dc](efca4dc)) * webpack.config and package.json make use of mode=production instead of process.env ([780c2cd](780c2cd)) ### Features * name attribute and variable renamed to key ([b1b5b98](b1b5b98))
1 parent 780c2cd commit 9a5e047

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.3.25...v1.4.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([2855d60](https://github.com/CoCreate-app/CoCreate-parallax/commit/2855d60effc2f01fa6f4f037f5744868741d7e20))
7+
* replace -target -selector ([efca4dc](https://github.com/CoCreate-app/CoCreate-parallax/commit/efca4dc26aeaddbdada30994c19456b21ff358d1))
8+
* webpack.config and package.json make use of mode=production instead of process.env ([780c2cd](https://github.com/CoCreate-app/CoCreate-parallax/commit/780c2cdbd734af5f4c12b25232c2e3b20b09435b))
9+
10+
11+
### Features
12+
13+
* name attribute and variable renamed to key ([b1b5b98](https://github.com/CoCreate-app/CoCreate-parallax/commit/b1b5b98d04c459893ccd134f6658ef402ce3f298))
14+
115
## [1.3.25](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.3.24...v1.3.25) (2023-06-14)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/parallax",
3-
"version": "1.3.25",
3+
"version": "1.4.0",
44
"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.",
55
"keywords": [
66
"parallax",
@@ -57,4 +57,4 @@
5757
"webpack-cli": "^4.5.0",
5858
"webpack-log": "^3.0.1"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)