@orangeworks/orangetree 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +10 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @orangeworks/orangetree
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7b63101: Maintenance release with no functional changes.
|
|
8
|
+
|
|
9
|
+
## 0.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 539f88b: Set the package author to OrangeWorks and add repository, homepage, and bug-tracker links so the npm page shows the company and project sources. Published releases now carry build provenance.
|
|
14
|
+
|
|
3
15
|
## 0.4.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangeworks/orangetree",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Branching session-tree work-tracking tool (local-first, TypeScript)",
|
|
5
|
+
"author": "OrangeWorks <support@orangeworks.kr>",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/ORANGEWORKS-KR/otree-app.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/ORANGEWORKS-KR/otree-app#readme",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/ORANGEWORKS-KR/otree-app/issues"
|
|
13
|
+
},
|
|
5
14
|
"type": "module",
|
|
6
15
|
"engines": {
|
|
7
16
|
"node": ">=20"
|