From 91348ed250b40a183778d9bbcc88c1be7e7be1b2 Mon Sep 17 00:00:00 2001 From: Matt Levy Date: Sun, 26 Sep 2021 06:00:58 +0100 Subject: [PATCH] chore: update docs --- CHANGELOG.md | 8 ++++++++ package.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd4500..506cffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.1.1] - 2021-09-26 + +### Updates +- Update docs + ## [4.1.0] - 2021-09-26 ### Updates @@ -13,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] - 2021-09-14 +### New +- package is ES module by default + ### Removed - remove `document.createElement` renderer as this is now built-in diff --git a/package.json b/package.json index 4081215..b178f68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@ficusjs/renderers", - "version": "4.1.0", + "version": "4.1.1", "description": "Minified ES module renderers for FicusJS", + "type": "module", "main": "dist/uhtml.mjs", "module": "dist/uhtml.mjs", "types": "types/renderers.d.ts",