Skip to content

Commit 14fddc1

Browse files
authored
Merge pull request #4 from CGWebDev2003/main
[1.0.3]
2 parents 1f02c00 + a71de80 commit 14fddc1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Released]
99

10+
## [1.0.3] - 2023-06-17
11+
12+
### Chacged
13+
14+
- Changed homepage in package.json
15+
1016
## [1.0.1] - 2023-06-17
1117

12-
## Changed
18+
### Changed
1319

1420
- neptunecss and neptunecss-js are now dependencies
1521

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neptunecss-animations",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "The official Neptune animation library",
55
"main": "neptune-animation.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/neptune-css/neptune-animations/issues"
2424
},
25-
"homepage": "https://github.com/neptune-css/neptune-animations#readme",
25+
"homepage": "https://neptunecss.org",
2626
"dependencies": {
2727
"neptunecss": "^1.1.2",
2828
"neptunecss-js": "^1.2.1"

0 commit comments

Comments
 (0)