Skip to content

Commit 8b9a93d

Browse files
committed
chore: release v0.1.1
1 parent 27dcbba commit 8b9a93d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## v0.1.0...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-spreadsheets/compare/v0.1.0...main)
5+
6+
### 🏡 Chore
7+
8+
- Use better readme examples ([bf435e8](https://github.com/stacksjs/bun-spreadsheets/commit/bf435e8))
9+
- Use eslint ([47e6d6c](https://github.com/stacksjs/bun-spreadsheets/commit/47e6d6c))
10+
- Housecleaning ([27dcbba](https://github.com/stacksjs/bun-spreadsheets/commit/27dcbba))
11+
12+
### ❤️ Contributors
13+
14+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
15+
216
## ...main
317

418

package.json

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

0 commit comments

Comments
 (0)