Skip to content

Commit 77543c1

Browse files
authored
Chris.whited/publish/create hypergraph 0.4.3 (#446)
1 parent 4bd2e7f commit 77543c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/create-hypergraph/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# create-hypergraph
22

3+
## 0.4.3
4+
### Patch Changes
5+
6+
- a16e5cf: Update the copy-package-json script to set the type to module on the package.json in the dist that gets published
7+
38
## 0.4.2
49
### Patch Changes
510

apps/create-hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hypergraph",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)