From ce7a5ede0025ad74553484468e21a301d21a031b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Sep 2022 07:04:59 +0000 Subject: [PATCH] chore(release): 2.0.0-next.5 [skip ci] # [2.0.0-next.5](https://github.com/eik-lib/node-client/compare/v2.0.0-next.4...v2.0.0-next.5) (2022-09-23) ### Features * add .mapping(dep) shorthand method to resolve mapped bare imports directly ([a557cfd](https://github.com/eik-lib/node-client/commit/a557cfdc56f4553f721d1a67a7670eafc284b565)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895ad95..eecb798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.0.0-next.5](https://github.com/eik-lib/node-client/compare/v2.0.0-next.4...v2.0.0-next.5) (2022-09-23) + + +### Features + +* add .mapping(dep) shorthand method to resolve mapped bare imports directly ([a557cfd](https://github.com/eik-lib/node-client/commit/a557cfdc56f4553f721d1a67a7670eafc284b565)) + # [2.0.0-next.4](https://github.com/eik-lib/node-client/compare/v2.0.0-next.3...v2.0.0-next.4) (2022-08-22) diff --git a/package.json b/package.json index 3d09a2b..b17cc5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/node-client", - "version": "2.0.0-next.4", + "version": "2.0.0-next.5", "description": "A node.js client for interacting with a Eik server.", "type": "module", "main": "./src/index.js",