From 37d37ef50b21377ea1ce0f058913321e59dbf8b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Oct 2020 07:54:58 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/eik-lib/service/compare/v1.1.32...v1.2.0) (2020-10-27) ### Features * Set custom 404 handler ([b57c9f8](https://github.com/eik-lib/service/commit/b57c9f84b2c31e3fa85ebe209a88424044bced3a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c657f493..c6b0119b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/eik-lib/service/compare/v1.1.32...v1.2.0) (2020-10-27) + + +### Features + +* Set custom 404 handler ([b57c9f8](https://github.com/eik-lib/service/commit/b57c9f84b2c31e3fa85ebe209a88424044bced3a)) + ## [1.1.32](https://github.com/eik-lib/service/compare/v1.1.31...v1.1.32) (2020-10-19) diff --git a/package.json b/package.json index 5274f211..10e11548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/service", - "version": "1.1.32", + "version": "1.2.0", "description": "Eik REST API as a standalone HTTP service", "main": "./lib/main.js", "bin": {