Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Dec 4, 2019
1 parent 64d6f5d commit ccc148e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [1.1.1](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.0...v1.1.1) (2019-12-04)

### Bug Fixes

- use JWT iat as seconds from epoch instead of milliseconds ([#4](https://github.com/hagopj13/node-express-mongoose-boilerplate/pull/4)) ([c4e1a84](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/c4e1a8487c6d41cc20944a081a13a2a1990de0cd))

## [1.1.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.0.0...v1.1.0) (2019-11-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-express-mongoose-boilerplate",
"version": "1.1.0",
"version": "1.1.1",
"description": "A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose",
"main": "src/index.js",
"repository": "https://github.com/hagopj13/node-express-mongoose-boilerplate.git",
Expand Down

0 comments on commit ccc148e

Please sign in to comment.