Skip to content

Commit 0580266

Browse files
authored
Merge pull request #5 from CGWebDev2003/main
[1.0.4]
2 parents 14fddc1 + b0f76e4 commit 0580266

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
## [Released]
99

10+
## [1.0.4] - 2023-06-17
11+
12+
### Added
13+
14+
- Added link to NPM Package in README
15+
1016
## [1.0.3] - 2023-06-17
1117

1218
### Chacged

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Using NPM
88

9-
To install Neptune Animations as a NPM package, run the following commands:
9+
To install Neptune Animations as a [NPM package](https://www.npmjs.com/package/neptunecss-animations), run the following commands:
1010

1111
```bash
1212
npm i neptunecss-animations
@@ -86,4 +86,4 @@ Download it in [VS Code Marketplace](https://marketplace.visualstudio.com/items?
8686
[MIT LICENSE](https://github.com/neptune-css/neptune-animations/blob/main/LICENSE)
8787

8888
## Author
89-
[Colin Grahm](https://github.com/CGWebDev2003)
89+
[Colin Grahm](https://github.com/CGWebDev2003)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neptunecss-animations",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The official Neptune animation library",
55
"main": "neptune-animation.js",
66
"scripts": {

0 commit comments

Comments
 (0)