From c5960d7f76f2d5c322613d990624c6ef95c4a059 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 03:31:16 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/eik-lib/node-client/compare/v1.1.64...v1.2.0) (2024-10-15) ### Features * add toHTML function ([4576ddd](https://github.com/eik-lib/node-client/commit/4576dddc88afb5722b80574438b03dc41956af72)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8964611..61a05ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/eik-lib/node-client/compare/v1.1.64...v1.2.0) (2024-10-15) + + +### Features + +* add toHTML function ([4576ddd](https://github.com/eik-lib/node-client/commit/4576dddc88afb5722b80574438b03dc41956af72)) + ## [1.1.64](https://github.com/eik-lib/node-client/compare/v1.1.63...v1.1.64) (2024-08-30) diff --git a/package.json b/package.json index e6fd6a6..0a3cf8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/node-client", - "version": "1.1.64", + "version": "1.2.0", "description": "Utilities for working with assets and import maps on an Eik server", "type": "module", "main": "./dist/index.cjs",