From ff5c1b2c92f871f7bc700154e07f8658094f7f59 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Tue, 19 Sep 2023 11:09:30 +0200 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be16a131d..36bc8030f 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](https://github.com/goblindegook/littlefoot/compare/v4.0.0-11...v4.0.0) (2023-09-19) + ## [4.0.0-11](https://github.com/goblindegook/littlefoot/compare/v4.0.0-10...v4.0.0-11) (2023-09-19) diff --git a/package.json b/package.json index a96d9de42..a7416e2d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "4.0.0-11", + "version": "4.0.0", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",