Skip to content

Commit 41d4743

Browse files
chore: Release v1.0.0
1 parent 174cc30 commit 41d4743

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-02-13)
4+
5+
6+
### Miscellaneous
7+
8+
* Configure release automation ([#5](https://github.com/unfunco/setup-tanka/issues/5)) ([9c8bb7a](https://github.com/unfunco/setup-tanka/commit/9c8bb7a90b519e1186b19d952ca06ad10539f32e))
9+
* Ensure LF line-endings on Windows ([#7](https://github.com/unfunco/setup-tanka/issues/7)) ([174cc30](https://github.com/unfunco/setup-tanka/commit/174cc30012e748c3bd03ca3df4bc2ce7df048268))
10+
* Set the default Tanka version to 0.26.0 ([#4](https://github.com/unfunco/setup-tanka/issues/4)) ([81a2828](https://github.com/unfunco/setup-tanka/commit/81a282885feea139c797463b6c901ee7fc8076b7))
11+
* Upgrade dependencies and workflows ([#3](https://github.com/unfunco/setup-tanka/issues/3)) ([bc61541](https://github.com/unfunco/setup-tanka/commit/bc615410e9cf6b2f38d77ac33673c893e5758d51))

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"fmt": "prettier --write .",
3636
"fmt:check": "prettier --check .",
3737
"test": "jest --coverage"
38-
}
38+
},
39+
"version": "1.0.0"
3940
}

0 commit comments

Comments
 (0)