diff --git a/CHANGELOG.md b/CHANGELOG.md index 4336de8..7bd4fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [Unreleased](https://github.com/hougesen/kdlfmt/compare/v0.0.13...HEAD) +#### [Unreleased](https://github.com/hougesen/kdlfmt/compare/v0.0.14...HEAD) +#### [v0.0.14](https://github.com/hougesen/kdlfmt/compare/v0.0.13...v0.0.14) + +> 24 February 2025 + +- chore: release v0.0.14 [`#89`](https://github.com/hougesen/kdlfmt/pull/89) +- chore: setup npm publishing [`#88`](https://github.com/hougesen/kdlfmt/pull/88) - chore: update changelog [`b791821`](https://github.com/hougesen/kdlfmt/commit/b7918212fb45e56a779245c5559bc756807872f9) #### [v0.0.13](https://github.com/hougesen/kdlfmt/compare/v0.0.12...v0.0.13) diff --git a/Cargo.lock b/Cargo.lock index cb6641b..bada250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "kdlfmt" -version = "0.0.13" +version = "0.0.14" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 9ea227f..795b4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = [] resolver = "2" [workspace.package] -version = "0.0.13" +version = "0.0.14" edition = "2021" description = "A code formatter for kdl documents." authors = ["Mads Hougesen "] diff --git a/mdsf.json b/mdsf.json index 7e2969f..b4f6d8f 100644 --- a/mdsf.json +++ b/mdsf.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.5.1/mdsf.schema.json", + "$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.5.2/mdsf.schema.json", "languages": { "bash": "shfmt", "fish": "fish_indent",