diff --git a/CHANGELOG.md b/CHANGELOG.md index 9587a66..e64246f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.2.12 + +[compare changes](https://github.com/unjs/undocs/compare/v0.2.11...v0.2.12) + +### 🩹 Fixes + +- Don't update with automd issues ([b4a6fae](https://github.com/unjs/undocs/commit/b4a6fae)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.2.11 [compare changes](https://github.com/unjs/undocs/compare/v0.2.10...v0.2.11) diff --git a/package.json b/package.json index 1b7c715..ad16107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undocs", - "version": "0.2.11", + "version": "0.2.12", "repository": "unjs/undocs", "license": "MIT", "type": "module",