From 05f546528ea9646c2ebafc4308d326a62211a1c5 Mon Sep 17 00:00:00 2001 From: Vladimir Levin Date: Thu, 28 Mar 2024 19:41:58 +0900 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c67669..6906fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.7](https://github.com/opa-oz/emoji-hash/compare/v1.0.6...v1.0.7) (2024-03-28) + ### [1.0.6](https://github.com/opa-oz/emoji-hash/compare/v1.0.2...v1.0.6) (2024-03-28) ### [1.0.5](https://github.com/opa-oz/emoji-hash/compare/v1.0.2...v1.0.5) (2024-03-28) diff --git a/package.json b/package.json index cca9eb7..1c45814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emoji-hash-gen", - "version": "1.0.6", + "version": "1.0.7", "description": "Generates hash of string in emoji", "main": "./lib/index.js", "types": "./lib/types.d.ts",