Skip to content

Commit 07e7902

Browse files
committed
fix npm bump
1 parent 299ff00 commit 07e7902

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.changes/rewrite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
"create-tauri-app": "major"
2+
"create-tauri-app": major
3+
"create-tauri-js": major
34
---
45

56
Rewrite in rust.

node/CHANGELOG.md

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

3+
## \[2.0.0-alpha.0]
4+
5+
- Rewrite in rust.
6+
- [60576c3](https://www.github.com/tauri-apps/create-tauri-app/commit/60576c3e247d50e859d602dc8fe733bb8cf2ca3f) changefile on 2022-07-27
7+
38
## \[1.0.3-alpha.0]
49

510
- Rewrite in rust.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "1.0.3-alpha.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)