From cd07de0558fb83c1a0cf7cf7234d12c8bccfca08 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 6 Feb 2024 01:04:13 +0100 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a404ea2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + + +## v0.1.1 + + +### 🚀 Enhancements + +- **jsdocs:** Sections and sorting ([97e9b47](https://github.com/unjs/automd/commit/97e9b47)) +- **jsdocs:** Upper-first headings ([78e9165](https://github.com/unjs/automd/commit/78e9165)) + +### 🩹 Fixes + +- Skip unkown generators by default ([d28c5b2](https://github.com/unjs/automd/commit/d28c5b2)) +- **jsdocs:** Sort uncategorized utils to the end ([8f30476](https://github.com/unjs/automd/commit/8f30476)) + +### 💅 Refactors + +- Simplify cli ([2b09de1](https://github.com/unjs/automd/commit/2b09de1)) + +### 📖 Documentation + +- Fix typos ([#7](https://github.com/unjs/automd/pull/7)) + +### 🏡 Chore + +- Update readme ([7506739](https://github.com/unjs/automd/commit/7506739)) +- Update readme ([ef8d3ac](https://github.com/unjs/automd/commit/ef8d3ac)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Uncenter + diff --git a/package.json b/package.json index a164714..46a9ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automd", - "version": "0.1.0", + "version": "0.1.1", "description": "Your automated markdown maintainer!", "repository": "unjs/automd", "license": "MIT", @@ -50,4 +50,4 @@ "unbuild": "^2.0.0" }, "packageManager": "pnpm@8.12.1" -} +} \ No newline at end of file