From 3fde3ff5743ea032fd7619dd73290714149f47a1 Mon Sep 17 00:00:00 2001 From: Minh Date: Wed, 18 Oct 2023 00:15:19 +1100 Subject: [PATCH] 1.2.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 721967e..651866f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of utilities for emojis and raw data for Unicode Emojis - Support CommonJS and ES Module -- Full list of `Unicode Emoji, Version 15.0` from [Unicode](https://home.unicode.org/emoji/about-emoji/). +- Full list of `Unicode Emoji, Version 15.1` from [Unicode](https://home.unicode.org/emoji/about-emoji/). ## 🔌 Installation diff --git a/package.json b/package.json index 78d2082..7a7ca33 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "utilities", "regex" ], - "version": "1.1.2", + "version": "1.2.0", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.mjs",