From cef87c374034266531d81bd092bd174096b77a04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Dec 2021 16:20:34 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/the-cookbook/mapper-js/compare/v1.1.0...v1.1.1) (2021-12-02) ### Bug Fixes * **build:** resolve install husky script and omit release dir npm package ([c76b0b1](https://github.com/the-cookbook/mapper-js/commit/c76b0b130dbcd94e34321b67ac9e29475dd7d711)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1b14ec..a78ec04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cookbook/mapper-js", - "version": "1.1.0", + "version": "1.1.1", "description": "Fast, reliable and intuitive object mapping.", "main": "lib/index.js", "types": "lib/index.d.ts",