Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Oct 13, 2020
1 parent 76d8c88 commit b8dea39
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 33 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2020-10-13
- Add better TypeScript support. https://github.com/Cherry/report-to/pull/31

## [1.0.0] - 2019-10-05
- Initial production release
62 changes: 32 additions & 30 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "report-to",
"version": "1.0.0",
"version": "1.1.0",
"description": "Report-To Middleware for Express",
"keywords": [
"connect",
Expand All @@ -21,6 +21,7 @@
"author": "James Ross <james@jross.me> (https://jross.me)",
"files": [
"lib",
"types",
"index.js"
],
"main": "index.js",
Expand All @@ -37,8 +38,8 @@
"assert": "^2.0.0",
"connect": "^3.7.0",
"coveralls": "^3.1.0",
"eslint": "^7.10.0",
"eslint-config-nodecraft": "^6.0.0",
"eslint": "^7.11.0",
"eslint-config-nodecraft": "^6.0.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"mocha": "^8.1.3",
Expand Down

0 comments on commit b8dea39

Please sign in to comment.