From c530c7f9765c816ba877b5ca683c9634885d26bc Mon Sep 17 00:00:00 2001 From: James Ross Date: Fri, 9 Oct 2020 03:07:37 +0100 Subject: [PATCH] chore: release 1.2.1 --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea1487..8414319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2020-10-09 +- Include types in npm published version + ## [1.2.0] - 2020-10-09 - Add better TypeScript support. https://github.com/Cherry/network-error-logging/pull/29 diff --git a/package-lock.json b/package-lock.json index 6240e4e..c732721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "network-error-logging", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de85e89..5955e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "network-error-logging", - "version": "1.2.0", + "version": "1.2.1", "description": "NEL Middleware for Express", "keywords": [ "NEL", @@ -21,6 +21,7 @@ "author": "James Ross (https://jross.me)", "files": [ "lib", + "types", "index.js" ], "main": "index.js",