From 9a17343788993a329bdb091edbbf23b2585b8449 Mon Sep 17 00:00:00 2001 From: Sam Littlefair Date: Mon, 21 Oct 2024 18:43:12 +0200 Subject: [PATCH] chore(release): 0.1.45 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9591eb..70f0557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.1.45](https://github.com/samlfair/vowel/compare/v0.1.44...v0.1.45) (2024-10-21) + + +### Features + +* add h-name to h1 ([ae5cc82](https://github.com/samlfair/vowel/commit/ae5cc82bf260605b49d7f0bd29762358b89f0aa4)) + ## [0.1.44](https://github.com/samlfair/vowel/compare/v0.1.43...v0.1.44) (2024-10-21) diff --git a/package-lock.json b/package-lock.json index 3270e8e..23a64c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vowel", - "version": "0.1.44", + "version": "0.1.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vowel", - "version": "0.1.44", + "version": "0.1.45", "dependencies": { "@picocss/pico": "^1.5.10", "@sveltejs/adapter-auto": "^3.0.0", diff --git a/package.json b/package.json index 62875d1..3f8cdc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vowel", - "version": "0.1.44", + "version": "0.1.45", "homepage": "https://vowel.cc", "author": "Sam Littlefair (https://littlefair.ca)", "repository": {