Skip to content

Commit 7d00fba

Browse files
chore(main): release 0.1.0 (#8)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2023-11-12) ### Features * Add a npm run dev script using ts-node ([8ee4800](8ee4800)) * Initial version in repo ([7bbc032](7bbc032)) * integrate github actions ([528a336](528a336)) * Port the template to tsup ([2be9311](2be9311)) ### Miscellaneous Chores * try to make release-please work - try 5 ([c699a6e](c699a6e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c699a6e commit 7d00fba

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 0.1.0 (2023-11-12)
6+
7+
8+
### Features
9+
10+
* Add a npm run dev script using ts-node ([8ee4800](https://github.com/bn3t/ts-template/commit/8ee480035caa3afbdeb6769eb8f5af3b9911df96))
11+
* Initial version in repo ([7bbc032](https://github.com/bn3t/ts-template/commit/7bbc0321079a2475e92d53108bcfe7340d84a49f))
12+
* integrate github actions ([528a336](https://github.com/bn3t/ts-template/commit/528a336002cbcdd2fef1b04d7c48cbc6fe1cd2e0))
13+
* Port the template to tsup ([2be9311](https://github.com/bn3t/ts-template/commit/2be93114ad0c5ec43588b21bfcf4cf61ca5b10ff))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* try to make release-please work - try 5 ([c699a6e](https://github.com/bn3t/ts-template/commit/c699a6e5212ce2425bf97673cc7654ba34a37bda))
19+
520
### [0.0.3](https://gitlab.com/bn3t/ts-template/compare/0.0.2...0.0.3) (2023-01-29)
621

722

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn3t/ts-template",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "A template for typescript projects",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)