From 8972df2383ade417a5cb113cdc21a0a2316dbc1d Mon Sep 17 00:00:00 2001 From: Daniel Bugl Date: Mon, 15 May 2023 19:38:06 +0200 Subject: [PATCH] chore: add info about new release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4237ed1..567283c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ _Friendly emoji lookups and parsing utilities for Node.js_ ✨ npm install --save node-emoji ``` +## 2.0 Release :rocket: + +This is the new 2.0 release of node-emoji, supporting ESM, new emoji and a new API. + +If you want to use the old version, please check out the [legacy branch](https://github.com/omnidan/node-emoji/tree/legacy). + ## Usage ```js