From 42fd81115cb602b137519dde02ee7575aa9b5793 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Oct 2021 16:36:57 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/the-cookbook/mapper-js/compare/v1.0.1...v1.1.0) (2021-10-02) ### Features * improve ts notation and upgrade dependencies ([5509661](https://github.com/the-cookbook/mapper-js/commit/55096615c6493737a84900acf8522421ac94c6cb)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48b034a..578c30a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cookbook/mapper-js", - "version": "1.0.1", + "version": "1.1.0", "description": "Fast, reliable and intuitive object mapping.", "main": "lib/index.js", "types": "lib/index.d.ts",