We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a07127 commit dd7a34bCopy full SHA for dd7a34b
βCHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 2.3.0 (Jan 15th, 2021)
4
+
5
+**Implemented enhancements:**
6
7
+- feat: add list of supported browsers to package.json
8
9
## 2.2.6 (Jan 12th, 2021)
10
11
**Implemented enhancements:**
βpackage.json
@@ -1,6 +1,6 @@
{
"name": "use-count-up",
- "version": "2.2.6",
+ "version": "2.3.0",
"description": "React/React Native component and hook to animate counting up or down to a number",
"main": "lib/index.js",
"module": "lib/index.module.js",
0 commit comments