Skip to content

Commit 4579783

Browse files
committed
chore(version): v0.7.1
1 parent f385ca7 commit 4579783

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## v0.7.1
4+
5+
Start to use [changelogen](https://unjs.io/packages/changelogen) to generate
6+
changelog. Didn't change any code.
7+
8+
[compare changes](https://github.com/Modern-School/hnxml/compare/v0.7.0...v0.7.1)
9+
10+
### 📖 Documentation
11+
12+
- **readme:** Update for v0.7.0
13+
([b399cb2](https://github.com/Modern-School/hnxml/commit/b399cb2))
14+
- Update readme
15+
([6859f0b](https://github.com/Modern-School/hnxml/commit/6859f0b))
16+
17+
### 🏡 Chore
18+
19+
- Auto changelog manage
20+
([79d683f](https://github.com/Modern-School/hnxml/commit/79d683f))
21+
- Auto github release generate
22+
([f385ca7](https://github.com/Modern-School/hnxml/commit/f385ca7))
23+
24+
### ❤️ Contributors
25+
26+
- FBIKdot ([@FBIKdot](https://github.com/FBIKdot))

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modernschoolproject/hnxml",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"exports": {
55
".": "./index.ts",
66
"./jsx/mission": "./src/components/mission.ts",
@@ -35,7 +35,7 @@
3535
"docs:api": "deno run --allow-read --allow-env --allow-run typedoc src/function.ts src/portRemap.ts jsx.ts --html ./docs/api --skipErrorChecking --options typedoc.config.json --readme README.md --name hnxml.js",
3636
"docs:std": "deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme docs.md --name 'Hnxml Standard'",
3737
"fmt": "deno fmt",
38-
"release": "deno task fmt && deno task changelog && deno task updateDenoJson",
38+
"release": "deno task fmt && deno task changelog && deno task updateDenoJson && deno task fmt",
3939
"changelog": "pnpx changelogen --release --no-commit --no-tag",
4040
"updateDenoJson": "deno run -RW scripts/publish.ts",
4141
"publish": "pnpx changelogen gh release"

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.0",
2+
"version": "0.7.1",
33
"devDependencies": {
44
"changelogen": "^0.6.2",
55
"typedoc": "^0.28.10"

0 commit comments

Comments
 (0)