Skip to content

Commit 4b4c674

Browse files
github-actions[bot]jaredpalmer
authored andcommitted
chore: release package
1 parent 53502d7 commit 4b4c674

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.changeset/initial-release.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# tsdx
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#1202](https://github.com/jaredpalmer/tsdx/pull/1202) [`6fcfef1`](https://github.com/jaredpalmer/tsdx/commit/6fcfef1dcb1c1d7f9f2c04969ee208a702876140) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Initial 2.0.0 release - complete rewrite with modern Rust-based tooling
8+
9+
- Bundling with bunchee
10+
- Testing with vitest
11+
- Linting with oxlint
12+
- Formatting with oxfmt
13+
- Project scaffolding with basic and react templates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsdx",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "Jared Palmer <[email protected]>",
55
"description": "Zero-config TypeScript package development",
66
"license": "MIT",

0 commit comments

Comments
 (0)