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) (2023-03-05)

### Bug Fixes

* **command:** generate command with wrong error message ([9dfaa5c](9dfaa5c))
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent 9dfaa5c commit f6edc29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGES:

## [1.0.1](https://github.com/H4ad/tp-cli/compare/v1.0.0...v1.0.1) (2023-03-05)


### Bug Fixes

* **command:** generate command with wrong error message ([9dfaa5c](https://github.com/H4ad/tp-cli/commit/9dfaa5c9847342eef32b5ac68ea892d0bec8c5fc))

# 1.0.0 (2023-03-01)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ EXAMPLES
$ tp g <resource> <name> --template <my-template>
```

_See code: [dist/commands/generate/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/generate/index.ts)_
_See code: [dist/commands/generate/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/generate/index.ts)_

## `tp help [COMMANDS]`

Expand Down Expand Up @@ -395,7 +395,7 @@ EXAMPLES
$ tp install <name> <url>
```

_See code: [dist/commands/install/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/install/index.ts)_
_See code: [dist/commands/install/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/install/index.ts)_

## `tp l NAME`

Expand Down Expand Up @@ -469,7 +469,7 @@ EXAMPLES
$ tp list my-api
```

_See code: [dist/commands/list/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/list/index.ts)_
_See code: [dist/commands/list/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/list/index.ts)_

## `tp local NAME`

Expand Down Expand Up @@ -500,7 +500,7 @@ EXAMPLES
$ tp local test
```

_See code: [dist/commands/local/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/local/index.ts)_
_See code: [dist/commands/local/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/local/index.ts)_

## `tp ls [NAME]`

Expand Down Expand Up @@ -566,7 +566,7 @@ EXAMPLES
$ tp open test
```

_See code: [dist/commands/open/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/open/index.ts)_
_See code: [dist/commands/open/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/open/index.ts)_

## `tp remove [NAME]`

Expand All @@ -592,7 +592,7 @@ EXAMPLES
$ tp remove <name>
```

_See code: [dist/commands/remove/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/remove/index.ts)_
_See code: [dist/commands/remove/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/remove/index.ts)_

## `tp restore [NAME]`

Expand All @@ -618,7 +618,7 @@ EXAMPLES
$ tp restore
```

_See code: [dist/commands/restore/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/restore/index.ts)_
_See code: [dist/commands/restore/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/restore/index.ts)_

## `tp rm [NAME]`

Expand Down Expand Up @@ -668,7 +668,7 @@ EXAMPLES
$ tp start my-api
```

_See code: [dist/commands/start/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.0/dist/commands/start/index.ts)_
_See code: [dist/commands/start/index.ts](https://github.com/H4ad/tp-cli/blob/v1.0.1/dist/commands/start/index.ts)_
<!-- commandsstop -->

[build-img]:https://github.com/H4ad/tp-cli/actions/workflows/release.yml/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h4ad/tp-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stupid simple way of generate and share templates with everyone.",
"author": {
"name": "Vinícius Lourenço",
Expand Down

0 comments on commit f6edc29

Please sign in to comment.