Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdeveloper committed Sep 4, 2020
1 parent 785a9fc commit d129ad7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
## [1.0.5](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.4...v1.0.5) (2019-10-11)
## [1.0.6](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.5...v1.0.6) (2020-09-04)


### Bug Fixes

* **package:** added support for windows users when start the app ([60a4153](https://github.com/nerdeveloper/hackathon-starter-kit/commit/60a4153ecdc2fb1782593becae2ba62affd5e57a)), closes [#5](https://github.com/nerdeveloper/hackathon-starter-kit/issues/5)

### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.6](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.5...v1.0.6)

> 4 September 2020
- Add/support windows [`#6`](https://github.com/nerdeveloper/hackathon-starter-kit/pull/6)
- fix(package): added support for windows users when start the app [`#5`](https://github.com/nerdeveloper/hackathon-starter-kit/issues/5)
- update README and src [`c292313`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/c2923136822f5f3b97fc37678cb79fe754282e9e)
- update bio [`1926389`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/19263892723b4dd8ca3dbf3cf33d6aadd401a70f)
- update attributes [`e82e00f`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/e82e00f529a8755ffb46ea3ae8aa678dbe43213e)

#### [v1.0.5](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.4...v1.0.5)

> 11 October 2019
- Release 1.0.5 [`3436aa5`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/3436aa5c8381c91b8e57b7d0a7d943ecc82ca212)
- update package script [`701f3e5`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/701f3e5304794fff89ef652523ded595386caeca)

#### [v1.0.4](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.3...v1.0.4)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackathon-starter-kit",
"version": "1.0.5",
"version": "1.0.6",
"description": "A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Instagram, Slack), Authorization, and CRUD functionality + PWA Support!",
"main": "dist/server.js",
"scripts": {
Expand Down

0 comments on commit d129ad7

Please sign in to comment.