Skip to content

Commit cc9bb5e

Browse files
authored
Merge pull request #1 from bgub/release-please--branches--main--components--ts-base
chore(main): release ts-base 1.0.0
2 parents 943d527 + 96c338a commit cc9bb5e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.0.0 (2025-09-13)
4+
5+
6+
### Features
7+
8+
* initial commit ([6eb8357](https://github.com/bgub/ts-base/commit/6eb83571676b061db2dd29a24b5056740b7f7da8))
9+
10+
11+
### Bug Fixes
12+
13+
* add badges ([79226a4](https://github.com/bgub/ts-base/commit/79226a4866840baa9f987edf86b4c108a03524d6))
14+
* incorrect version ([943d527](https://github.com/bgub/ts-base/commit/943d5274b1757f97e3b31753f2c4b18b2e85149e))
15+
* lint, format, test ([1631267](https://github.com/bgub/ts-base/commit/1631267ffe62732638173df01678052d56da9d4a))
16+
17+
## Changelog

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgub/ts-base",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgub/ts-base",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Starter template for TS libraries",
55
"keywords": [
66
"starter",

0 commit comments

Comments
 (0)