From f74691883d5b51f114c25a5285a3a3d86cba403b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 22:17:32 +0100 Subject: [PATCH] chore(master): release 1.1.3 (#329) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5268102..2b3e3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/arnaud-zg/http-response-status/compare/v1.1.2...v1.1.3) (2022-12-18) + + +### 🐛 Bug Fixes + +* update module path on package.json ([#328](https://github.com/arnaud-zg/http-response-status/issues/328)) ([6aa3094](https://github.com/arnaud-zg/http-response-status/commit/6aa30947f23fb5f96a6771242e872b6a855b236f)) + ## [1.1.2](https://github.com/arnaud-zg/http-response-status/compare/v1.1.1...v1.1.2) (2022-07-20) diff --git a/package.json b/package.json index d0fb681..8833b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-response-status", - "version": "1.1.2", + "version": "1.1.3", "description": "HTTP Status Map", "main": "dist/index.js", "module": "dist/http-response-status.esm.js",