Skip to content

Commit eebc832

Browse files
chore(release): 1.0.2 [skip ci]
1 parent b2da489 commit eebc832

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/agrawal-rohit/react-animated-waves/compare/v1.0.1...v1.0.2) (2024-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Updated README.md, adding version change to update README on NPM ([b2da489](https://github.com/agrawal-rohit/react-animated-waves/commit/b2da489ba2eb802c333af174a49001f9b6ae9b12))
7+
18
## [1.0.1](https://github.com/agrawal-rohit/react-animated-waves/compare/v1.0.0...v1.0.1) (2024-01-17)
29

310

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-animated-waves",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A React component for creating beautiful audio visualizations or UI loading states using animated waves",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",
@@ -114,4 +114,4 @@
114114
}
115115
]
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)