From ac51094aa9f2bdac216686249dc4a78aa328523e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Dec 2024 18:53:52 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/johnhaup/dope-map/compare/v1.0.2...v1.0.3) (2024-12-21) ### Bug Fixes * prevent hash of string or number ([00173b6](https://github.com/johnhaup/dope-map/commit/00173b62be1e17c006337b899a92338c1bd7d1d9)) * remove string prefix and transformation in getKey ([58c9329](https://github.com/johnhaup/dope-map/commit/58c9329b3ff1a430019bc52f9bf58b1a39e07eb0)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88f0e7..9e9ad34 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts",