From a689e44a7b5eee45b25c65b7c04e6110695fe213 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Thu, 9 Mar 2023 15:39:55 +0100 Subject: [PATCH] chore(release): 4.0.0-9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615e7f386..ae6fa9620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0-9](https://github.com/goblindegook/littlefoot/compare/v4.0.0-8...v4.0.0-9) (2023-03-09) + ## [4.0.0-7](https://github.com/goblindegook/littlefoot/compare/v4.0.0-6...v4.0.0-7) (2023-03-06) diff --git a/package.json b/package.json index 50bd7d5d7..950e0db55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "4.0.0-8", + "version": "4.0.0-9", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",