Skip to content

Commit 3900184

Browse files
committed
chore(version): v0.7.2
1 parent 429f886 commit 3900184

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## v0.7.2
4+
5+
Noting meaningful. Just another [changelogen](https://unjs.io/packages/changelogen) test.
6+
7+
[compare changes](https://github.com/Modern-School/hnxml/compare/v0.7.1...v0.7.2)
8+
9+
### 📖 Documentation
10+
11+
- **readme:** Update readme ([f98b74c](https://github.com/Modern-School/hnxml/commit/f98b74c))
12+
- **hnstd:** Update and rename: docs.md -> hnstd.md ([476b7ab](https://github.com/Modern-School/hnxml/commit/476b7ab))
13+
14+
### 📦 Build
15+
16+
- Now manage dependencies in package.json ([e8a8174](https://github.com/Modern-School/hnxml/commit/e8a8174))
17+
18+
### 🏡 Chore
19+
20+
- Deno fmt and jsr now ignore CHANGELOG.md ([a09052f](https://github.com/Modern-School/hnxml/commit/a09052f))
21+
- Changelog use --bump instead of --release ([429f886](https://github.com/Modern-School/hnxml/commit/429f886))
22+
23+
### ❤️ Contributors
24+
25+
- FBIKdot ([@FBIKdot](https://github.com/FBIKdot))
26+
327
## v0.7.1
428

529
Start to use [changelogen](https://unjs.io/packages/changelogen) to generate

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modernschoolproject/hnxml",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"exports": {
55
".": "./index.ts",
66
"./jsx/mission": "./src/components/mission.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.1",
2+
"version": "0.7.2",
33
"dependencies": {
44
"jsx-xml": "^0.3.0"
55
},

0 commit comments

Comments
 (0)