Skip to content

Commit 580fcca

Browse files
committed
Version bump to 0.7.0
1 parent cc45d09 commit 580fcca

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Topcoder React Utils Changelog
22

3+
### v0.7.0
4+
Fixes various sins left in the previous version.
5+
36
### v0.6.0
47
- A better way to build the library: both dev and prod builds are created; and
58
the proper version is selected depending on `NODE_ENV` value at the buildtime

package-lock.json

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
"mkDistDir:prod": "mkdir -p dist/prod/shared/utils && mkdir -p dist/prod/client",
121121
"test": "npm run lint && npm run jest"
122122
},
123-
"version": "0.6.7"
123+
"version": "0.7.0"
124124
}

0 commit comments

Comments
 (0)