Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Mar 5, 2019
1 parent 3d4646a commit a615f26
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# 0.2.0 (2019-03-05)


### Bug Fixes

* **debug:** fixing gulp node debug task ([#1689](https://github.com/weareopensource/Node/issues/1689)) ([531e3a1](https://github.com/weareopensource/Node/commit/531e3a1))
* **environment:** setting `test.js` environment for the sequlize orm to be `meantest` instead of `me ([bf3361e](https://github.com/weareopensource/Node/commit/bf3361e))
* **gulp:** fixing gulp-ava task usage which didnt return the stream which is why it didnt emit the ' ([3a36de1](https://github.com/weareopensource/Node/commit/3a36de1))
* **jwt:** env variable name change for jwt secret ([ad651b9](https://github.com/weareopensource/Node/commit/ad651b9))
* **logger:** fix re-instantiation of winston loggers on method calls ([b6056fb](https://github.com/weareopensource/Node/commit/b6056fb))
* **mongoose:** fixing mongoose deprecation notice for promises library integration ([#1690](https://github.com/weareopensource/Node/issues/1690)) ([008ec75](https://github.com/weareopensource/Node/commit/008ec75))
* **package:** update mock-fs to version 4.8.0 ([ed1c772](https://github.com/weareopensource/Node/commit/ed1c772))
* .snyk to reduce vulnerabilities ([2ffe38a](https://github.com/weareopensource/Node/commit/2ffe38a))
* configure Snyk protect to enable patches ([9ca9600](https://github.com/weareopensource/Node/commit/9ca9600))
* **seed:** gulp task `test:seed` would hang on the gulp node process and not exit ([075e66c](https://github.com/weareopensource/Node/commit/075e66c))
* **sequelize:** fixing error handling in in sequelize lib instantiation ([02608a2](https://github.com/weareopensource/Node/commit/02608a2))
* **server:** fixing un-handled promise rejections when initaitlizing the app ([f73ec2b](https://github.com/weareopensource/Node/commit/f73ec2b))
* **tasks:** fixing tasks controller to use `req.user` as the storage of logged-in user details ([7430140](https://github.com/weareopensource/Node/commit/7430140))
* **tests:** refactoring tests to dismiss the supertest wrapper ([dc17715](https://github.com/weareopensource/Node/commit/dc17715))


### Features

* **auth:** refactoring local user authentication strategy ([0689d0c](https://github.com/weareopensource/Node/commit/0689d0c))
* **ava:** initial project setup for ava test runner ([0f4da27](https://github.com/weareopensource/Node/commit/0f4da27))
* **commitizen): feat(commitizen:** introducing project support for commitizen ([f7acd13](https://github.com/weareopensource/Node/commit/f7acd13))
* **error:** generic error handler for API requests ([cd56b58](https://github.com/weareopensource/Node/commit/cd56b58))
* **error:** generic error handler for API requests ([f8274cb](https://github.com/weareopensource/Node/commit/f8274cb)), closes [#11](https://github.com/weareopensource/Node/issues/11)
* **global:** comitizen/comitlint & standard version initialization ([714c516](https://github.com/weareopensource/Node/commit/714c516))
* **jwt:** adding initial support for jwt authentication ([7b63c78](https://github.com/weareopensource/Node/commit/7b63c78))
* **jwt:** tidying up strategy definition ([3e2644f](https://github.com/weareopensource/Node/commit/3e2644f))
* **pacakge.json:** update engines and npm run scripts ([e7a8b9e](https://github.com/weareopensource/Node/commit/e7a8b9e))
* **seed:** adding seed support for sequelize and compiled both into a gulp task, also took out the ([ae3eaf3](https://github.com/weareopensource/Node/commit/ae3eaf3))
* **seed:** refactoring seeding functionality to be exported by the mongoose helper library and used as a gulp task, rather than the server bootstrap method ([27b4941](https://github.com/weareopensource/Node/commit/27b4941))
* **tasks:** new tasks module to use sequelizejs ([#1693](https://github.com/weareopensource/Node/issues/1693)) ([3f9a872](https://github.com/weareopensource/Node/commit/3f9a872))



# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down Expand Up @@ -36,4 +78,3 @@ All notable changes to this project will be documented in this file. See [standa
* **seed:** adding seed support for sequelize and compiled both into a gulp task, also took out the ([ae3eaf3](https://github.com/weareopensource/Node/commit/ae3eaf3))
* **seed:** refactoring seeding functionality to be exported by the mongoose helper library and used as a gulp task, rather than the server bootstrap method ([27b4941](https://github.com/weareopensource/Node/commit/27b4941))
* **tasks:** new tasks module to use sequelizejs ([#1693](https://github.com/weareopensource/Node/issues/1693)) ([3f9a872](https://github.com/weareopensource/Node/commit/3f9a872))

3 changes: 2 additions & 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,7 +1,7 @@
{
"name": "waosNode",
"description": "Stack JavaScript with MongoDB, ORM(sequelize ...), Express, and Node.js. (Based on meanjs and riess.js)",
"version": "0.1.0",
"version": "0.2.0",
"private": false,
"author": "https://github.com/weareopensource/Node/graphs/contributors",
"license": "MIT",
Expand Down

0 comments on commit a615f26

Please sign in to comment.