Skip to content

Commit 628bee1

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2019-06-28) ### Bug Fixes * **app.module.ts:** JWT_OPTIONS added in the import ([6c3873e](6c3873e)) * **circular dependencies:** extract getToken function to a separate file ([4974a7a](4974a7a))
1 parent 949ec5d commit 628bee1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/thoughtworks/byor-voting-web-app/compare/v1.0.0...v1.0.1) (2019-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **app.module.ts:** JWT_OPTIONS added in the import ([6c3873e](https://github.com/thoughtworks/byor-voting-web-app/commit/6c3873e))
7+
* **circular dependencies:** extract getToken function to a separate file ([4974a7a](https://github.com/thoughtworks/byor-voting-web-app/commit/4974a7a))
8+
19
# 1.0.0 (2019-06-28)
210

311

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": "1.0.0",
3+
"version": "1.0.1",
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)