Skip to content

Commit de3b404

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-06-28) ### Bug Fixes * **jwt-auth-header:** Initializing whitelisted domain for JWT in the proper way ([db57012](db57012))
1 parent 822033a commit de3b404

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2019-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **jwt-auth-header:** Initializing whitelisted domain for JWT in the proper way ([db57012](https://github.com/thoughtworks/byor-voting-web-app/commit/db57012))

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
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-build-your-own-radar",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"scripts": {
55
"ng": "npx ng",
66
"start": "npx ng serve --extra-webpack-config webpack.extra.js --poll 2000 --host 0.0.0.0",

0 commit comments

Comments
 (0)