From 618dad39877282e3f7f12685993a7cd4c9a47975 Mon Sep 17 00:00:00 2001 From: Justine De Caires Date: Thu, 12 Jan 2023 11:05:28 -0800 Subject: [PATCH] v14.1.0 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd699ea..297ec91 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "license": "MIT", "name": "@twemoji/parser", - "version": "14.0.0", + "version": "14.1.0", "description": "Parser for identifying Twemoji in text", "main": "dist/index.js", "files": [ "dist" ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "babel src --out-dir dist --ignore test.js", "ci": "yarnpkg lint && yarnpkg flow:ci && yarnpkg test",