Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdeveloper committed Oct 11, 2019
1 parent 701f3e5 commit 3436aa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
## [1.0.4](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.3...v1.0.4) (2019-10-11)


### Bug Fixes

* **service worker:** removed overbloated files ([84a3623](https://github.com/nerdeveloper/hackathon-starter-kit/commit/84a36236058cdefd3819ee5700c27a5f696ab014))
* **sw.js:** fix cache store ([e7bc06b](https://github.com/nerdeveloper/hackathon-starter-kit/commit/e7bc06b770cca56ef00768dfc9ba1ac295a916ae))
* **sw.js:** update API the bloats app on cache storage ([a1c8c98](https://github.com/nerdeveloper/hackathon-starter-kit/commit/a1c8c98c56a5b1ae809280fb430f1da5ddd7efe2))
## [1.0.5](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.4...v1.0.5) (2019-10-11)

### 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.5](https://github.com/nerdeveloper/hackathon-starter-kit/compare/v1.0.4...v1.0.5)

> 11 October 2019
- 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)

> 11 October 2019
- fix(sw.js): fix cache store [`e7bc06b`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/e7bc06b770cca56ef00768dfc9ba1ac295a916ae)
- fix(service worker): removed overbloated files [`84a3623`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/84a36236058cdefd3819ee5700c27a5f696ab014)
- refactor(app.ts): remove node environment when loggin a 500 error [`7b35989`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/7b3598937059e7be64ed226ce430ed1c21c0616a)
- Release 1.0.4 [`7797eae`](https://github.com/nerdeveloper/hackathon-starter-kit/commit/7797eae770430f36a9ff07424036c31ec520724a)

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

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.4",
"version": "1.0.5",
"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 3436aa5

Please sign in to comment.