Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Aug 21, 2024
1 parent 8d57c7e commit 27a27ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tommy-mitchell/lib-template",
"version": "0.6.0",
"version": "0.7.0",
"description": "Personal `tmplr` template for creating Node.js libraries.",
"license": "MIT",
"repository": "tommy-mitchell/lib-template",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Personal [`tmplr`](https://github.com/loreanvictor/tmplr) template for creating

```sh
git init
npx tmplr@latest 'tommy-mitchell/lib-template#v0.6.0'
npx tmplr@latest 'tommy-mitchell/lib-template#v0.7.0'
yarn install
npx dprint config update
```
Expand Down

0 comments on commit 27a27ec

Please sign in to comment.