Skip to content

Commit ccc148e

Browse files
committed
Release v1.1.1
1 parent 64d6f5d commit ccc148e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [1.1.1](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.0...v1.1.1) (2019-12-04)
6+
7+
### Bug Fixes
8+
9+
- 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))
10+
511
## [1.1.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.0.0...v1.1.0) (2019-11-23)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-mongoose-boilerplate",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose",
55
"main": "src/index.js",
66
"repository": "https://github.com/hagopj13/node-express-mongoose-boilerplate.git",

0 commit comments

Comments
 (0)