Skip to content

Commit ee387c9

Browse files
committed
0.2.0
1 parent db41660 commit ee387c9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Topcoder React Lib
22

3+
### v0.2.0
4+
Adds functionality necessary for the new *Profile Settings* page.
5+
36
### v0.1.0
47
Update of dependencies.
58

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
2929
"test": "npm run lint && npm run jest"
3030
},
31-
"version": "0.1.3",
31+
"version": "0.2.0",
3232
"dependencies": {
3333
"auth0-js": "^6.8.4",
3434
"isomorphic-fetch": "^2.2.1",

0 commit comments

Comments
 (0)