Skip to content

Commit 78019e9

Browse files
chore(main): release 1.0.1 (#6)
1 parent 27def50 commit 78019e9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"1.0.1"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/streetsidesoftware/template-typescript-cli-app/compare/v1.0.0...v1.0.1) (2023-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* make spell check part of lint ([#5](https://github.com/streetsidesoftware/template-typescript-cli-app/issues/5)) ([27def50](https://github.com/streetsidesoftware/template-typescript-cli-app/commit/27def5084eb5e717282a02998e2a2b89fc599442))
9+
310
## 1.0.0 (2023-01-03)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "<template-typescript-cli-app>",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Example command line tool.",
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)