Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 6, 2024
1 parent 78e9165 commit cd07de0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automd",
"version": "0.1.0",
"version": "0.1.1",
"description": "Your automated markdown maintainer!",
"repository": "unjs/automd",
"license": "MIT",
Expand Down Expand Up @@ -50,4 +50,4 @@
"unbuild": "^2.0.0"
},
"packageManager": "pnpm@8.12.1"
}
}

0 comments on commit cd07de0

Please sign in to comment.