Skip to content

Commit 9758f23

Browse files
chore: update versions
1 parent ea09da9 commit 9758f23

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

Diff for: .changeset/puny-kids-cut.md

-5
This file was deleted.

Diff for: packages/orga-build/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orgajs/build
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- ea09da9: release orga-build
8+
39
## 1.1.2
410

511
### Patch Changes

Diff for: packages/orga-build/package.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
{
22
"name": "orga-build",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A simple tool that builds org-mode files into a website",
55
"type": "module",
66
"bin": {
77
"orga-build": "cli.js"
88
},
99
"scripts": {},
10-
"files": ["lib/", "cli.js", "index.js", "index.d.ts", "index.d.ts.map"],
10+
"files": [
11+
"lib/",
12+
"cli.js",
13+
"index.js",
14+
"index.d.ts",
15+
"index.d.ts.map"
16+
],
1117
"exports": "./index.js",
12-
"keywords": ["orgajs", "org-mode", "build", "website", "react"],
18+
"keywords": [
19+
"orgajs",
20+
"org-mode",
21+
"build",
22+
"website",
23+
"react"
24+
],
1325
"author": "Xiaoxing Hu <[email protected]>",
1426
"license": "MIT",
1527
"dependencies": {

0 commit comments

Comments
 (0)