Skip to content

Commit 9f60d8d

Browse files
committed
chore(release): v0.3.1
1 parent 804ee57 commit 9f60d8d

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
# Changelog
22

33

4+
## v0.3.1
5+
6+
[compare changes](https://github.com/unjs/automd/compare/v0.3.0...v0.3.1)
7+
8+
### 🚀 Enhancements
9+
10+
- **badges:** Support packagephobia ([79cb700](https://github.com/unjs/automd/commit/79cb700))
11+
- `js-import` generator ([89a4bf0](https://github.com/unjs/automd/commit/89a4bf0))
12+
- Add `with-automd` generator ([3df4a62](https://github.com/unjs/automd/commit/3df4a62))
13+
- **fetch:** Support `gh:` prefix ([b12087e](https://github.com/unjs/automd/commit/b12087e))
14+
- Support generator unwrap ([3d3422f](https://github.com/unjs/automd/commit/3d3422f))
15+
- `file` generator ([3ca4924](https://github.com/unjs/automd/commit/3ca4924))
16+
17+
### 🩹 Fixes
18+
19+
- **jsdocs:** Trim last line ([7259a71](https://github.com/unjs/automd/commit/7259a71))
20+
- **badges:** Respect `npmVersion` and `npmDownloads` ([01e49f4](https://github.com/unjs/automd/commit/01e49f4))
21+
- **jsimport:** Wrap with `printWith` of `80` ([a65b0c3](https://github.com/unjs/automd/commit/a65b0c3))
22+
- **transform:** Always trim before replace ([c2eb2a9](https://github.com/unjs/automd/commit/c2eb2a9))
23+
24+
### 💅 Refactors
25+
26+
- Rename `js-import` to `jsimport` ([bc9a221](https://github.com/unjs/automd/commit/bc9a221))
27+
28+
### 📖 Documentation
29+
30+
- Use shorthands in examples ([2a6b4de](https://github.com/unjs/automd/commit/2a6b4de))
31+
32+
### 🏡 Chore
33+
34+
- **release:** V0.3.0 ([610dbb3](https://github.com/unjs/automd/commit/610dbb3))
35+
- Apply automated fixes ([0919539](https://github.com/unjs/automd/commit/0919539))
36+
- Update docs ([c79b0e6](https://github.com/unjs/automd/commit/c79b0e6))
37+
- Update snapshot ([c65ce22](https://github.com/unjs/automd/commit/c65ce22))
38+
- Update readme ([cbb521d](https://github.com/unjs/automd/commit/cbb521d))
39+
- Apply automated fixes ([b93f840](https://github.com/unjs/automd/commit/b93f840))
40+
- Add STORY.md ([1aa13eb](https://github.com/unjs/automd/commit/1aa13eb))
41+
- Update dev script ([1b39861](https://github.com/unjs/automd/commit/1b39861))
42+
- Use `gh:` proto for fetch examples ([804ee57](https://github.com/unjs/automd/commit/804ee57))
43+
44+
### ✅ Tests
45+
46+
- Add format test ([0d0dfa1](https://github.com/unjs/automd/commit/0d0dfa1))
47+
48+
### ❤️ Contributors
49+
50+
- Pooya Parsa ([@pi0](http://github.com/pi0))
51+
452
## v0.3.0
553

654
[compare changes](https://github.com/unjs/automd/compare/v0.2.0...v0.3.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automd",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Your automated markdown maintainer!",
55
"repository": "unjs/automd",
66
"license": "MIT",
@@ -64,4 +64,4 @@
6464
"vitest": "^1.2.2"
6565
},
6666
"packageManager": "pnpm@8.15.1"
67-
}
67+
}

0 commit comments

Comments
 (0)