From aea391376556a00cbd8c83751d2e302eb8adbabb Mon Sep 17 00:00:00 2001 From: Justin Lettau Date: Fri, 30 Jul 2021 13:14:47 -0700 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299b068..8ef85a7 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.0](https://github.com/justinlettau/hash-value/compare/v1.0.3...v1.1.0) (2021-07-30) + + +### Features + +* improve typescript definition ([#28](https://github.com/justinlettau/hash-value/issues/28)) ([2e33b3a](https://github.com/justinlettau/hash-value/commit/2e33b3ac79d0e3d296dd58c473e87f4634dc27e5)) + ### [1.0.3](https://github.com/justinlettau/hash-value/compare/v1.0.2...v1.0.3) (2020-11-28) ## [1.0.2](https://github.com/justinlettau/hash-value/compare/v1.0.1...v1.0.2) (2019-04-22) diff --git a/package-lock.json b/package-lock.json index c5305a7..cf18f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hash-value", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9f63c2..ea3235f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hash-value", "description": "Get a consistent value from an array based on a string value.", - "version": "1.0.3", + "version": "1.1.0", "keywords": [ "hash", "string",