Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1](v1.0.0...v1.0.1) (2022-04-23)

### Bug Fixes

* **readme:** change badges img and url ([5bb9f78](5bb9f78))
  • Loading branch information
semantic-release-bot committed Apr 23, 2022
1 parent 5bb9f78 commit a6ab0a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.1](https://github.com/kainstar/typescript-npm-package-template/compare/v1.0.0...v1.0.1) (2022-04-23)


### Bug Fixes

* **readme:** change badges img and url ([5bb9f78](https://github.com/kainstar/typescript-npm-package-template/commit/5bb9f78c9300cf1bbd3166912226c29a2c8472ec))

## 1.0.0 (2022-04-23)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kainstar/typescript-npm-package-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "A template for creating npm packages using TypeScript and VSCode",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -78,4 +78,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit a6ab0a9

Please sign in to comment.