Skip to content

Commit 62f2e28

Browse files
committed
chore: release v0.2.0
1 parent e7b1bc8 commit 62f2e28

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
## v0.1.2...main
3+
4+
[compare changes](https://github.com/stacksjs/ts-spreadsheets/compare/v0.1.2...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Create node compatibility ([eca2390](https://github.com/stacksjs/ts-spreadsheets/commit/eca2390))
9+
- Add cli & binaries ([ddb5577](https://github.com/stacksjs/ts-spreadsheets/commit/ddb5577))
10+
11+
### 📖 Documentation
12+
13+
- Added documentation ([1bf9f7d](https://github.com/stacksjs/ts-spreadsheets/commit/1bf9f7d))
14+
- Hard code contributors link ([dfeb93c](https://github.com/stacksjs/ts-spreadsheets/commit/dfeb93c))
15+
16+
### 🏡 Chore
17+
18+
- Use text lock file ([b3e8ecd](https://github.com/stacksjs/ts-spreadsheets/commit/b3e8ecd))
19+
- Several adjustments ([0a4f2c2](https://github.com/stacksjs/ts-spreadsheets/commit/0a4f2c2))
20+
- Re-set unconfig version ([96146a1](https://github.com/stacksjs/ts-spreadsheets/commit/96146a1))
21+
- Adjust readme ([e7b1bc8](https://github.com/stacksjs/ts-spreadsheets/commit/e7b1bc8))
22+
23+
### ❤️ Contributors
24+
25+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
26+
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))
27+
228
## v0.1.1...main
329

430
[compare changes](https://github.com/stacksjs/bun-spreadsheets/compare/v0.1.1...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-spreadsheets",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"description": "Easily generate spreadsheets, like CSVs and Excel files.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)