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 Nov 26, 2024
1 parent 6f38211 commit 75bb878
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Changelog


## v0.1.1


### 🚀 Enhancements

- Support `URL` input for `link` renderer ([#12](https://github.com/unjs/mdbox/pull/12))
- Parser ([#15](https://github.com/unjs/mdbox/pull/15))

### 🩹 Fixes

- Start at index 1 for rendering ordered lists ([#4](https://github.com/unjs/mdbox/pull/4))
- **link:** `opts.title` maybe `undefined` ([#29](https://github.com/unjs/mdbox/pull/29))

### 💅 Refactors

- Rename to mdbox ([e3ae11f](https://github.com/unjs/mdbox/commit/e3ae11f))
- **heading:** Validate `level` ([#28](https://github.com/unjs/mdbox/pull/28))

### 📖 Documentation

- Fix jdocs example ([#3](https://github.com/unjs/mdbox/pull/3))
- Update commonmark link to point to its website ([#11](https://github.com/unjs/mdbox/pull/11))

### 📦 Build

- Update mdast and markdown-it libs ([b41a29b](https://github.com/unjs/mdbox/commit/b41a29b))

### 🏡 Chore

- Update automd ([b028a4a](https://github.com/unjs/mdbox/commit/b028a4a))
- Fix lint ([ac4f9d5](https://github.com/unjs/mdbox/commit/ac4f9d5))
- Fix jsdocs comments ([#8](https://github.com/unjs/mdbox/pull/8))
- Update readme ([b235e8d](https://github.com/unjs/mdbox/commit/b235e8d))
- Update readme ([314e31e](https://github.com/unjs/mdbox/commit/314e31e))
- Update `heading` example ([#13](https://github.com/unjs/mdbox/pull/13))
- Fix jsdocs and readme ([#14](https://github.com/unjs/mdbox/pull/14))
- Update readme ([54945ab](https://github.com/unjs/mdbox/commit/54945ab))
- Apply automated updates ([8bf2132](https://github.com/unjs/mdbox/commit/8bf2132))
- Update automd ([16f477a](https://github.com/unjs/mdbox/commit/16f477a))
- Update readme ([ad83274](https://github.com/unjs/mdbox/commit/ad83274))
- Update deps ([6b06a29](https://github.com/unjs/mdbox/commit/6b06a29))
- Update md4w to 0.2x ([c56c89b](https://github.com/unjs/mdbox/commit/c56c89b))
- Update badges ([1a032f5](https://github.com/unjs/mdbox/commit/1a032f5))
- Update deps ([1aceb6f](https://github.com/unjs/mdbox/commit/1aceb6f))
- Update eslint ([fbb6540](https://github.com/unjs/mdbox/commit/fbb6540))
- Update readme ([727398b](https://github.com/unjs/mdbox/commit/727398b))
- Apply automated updates ([6f95ba4](https://github.com/unjs/mdbox/commit/6f95ba4))

### ✅ Tests

- Add tests render utils ([#6](https://github.com/unjs/mdbox/pull/6))

### ❤️ Contributors

- LiuXH ([@StrivingRabbit](http://github.com/StrivingRabbit))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Mahdi Khashan ([@mahdikhashan](http://github.com/mahdikhashan))
- Chilfish ([@Chilfish](http://github.com/Chilfish))
- Docxml ([@docxml](http://github.com/docxml))
- Christian Preston ([@cpreston321](http://github.com/cpreston321))
- Uncenter ([@uncenter](http://github.com/uncenter))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdbox",
"version": "0.1.0",
"version": "0.1.1",
"description": "Just simple markdown utils!",
"repository": "unjs/mdbox",
"license": "MIT",
Expand Down

0 comments on commit 75bb878

Please sign in to comment.