Skip to content

Commit

Permalink
chore(release): 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.2...v5.5.0) (2023-01-20)

### Features

* 🎸 add 5.1.3 and pull from develop for latest ([#56](#56)) ([fc1315f](fc1315f))
  • Loading branch information
semantic-release-bot committed Jan 20, 2023
1 parent fc1315f commit b80a456
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.5.0](https://github.com/PolymeshAssociation/polymesh-local/compare/v5.4.2...v5.5.0) (2023-01-20)


### Features

* 🎸 add 5.1.3 and pull from develop for latest ([#56](https://github.com/PolymeshAssociation/polymesh-local/issues/56)) ([fc1315f](https://github.com/PolymeshAssociation/polymesh-local/commit/fc1315f9639b228032d27a1a5a9727d37d427e28))

## [5.4.2](https://github.com/PolymeshAssociation/polymesh-local/compare/v5.4.1...v5.4.2) (2022-12-13)


Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ npm install -g @polymeshassociation/polymesh-local
$ polymesh-local COMMAND
running command...
$ polymesh-local (-v|--version|version)
@polymeshassociation/polymesh-local/5.4.2 linux-x64 node-v14.21.1
@polymeshassociation/polymesh-local/5.5.0 linux-x64 node-v14.21.2
$ polymesh-local --help [COMMAND]
USAGE
$ polymesh-local COMMAND
Expand Down Expand Up @@ -112,7 +112,7 @@ OPTIONS
--verbose enables verbose logging
```

_See code: [src/commands/clean.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/clean.ts)_
_See code: [src/commands/clean.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/clean.ts)_

## `polymesh-local configure`

Expand All @@ -126,7 +126,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/configure.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/configure.ts)_
_See code: [src/commands/configure.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/configure.ts)_

## `polymesh-local help [COMMAND]`

Expand Down Expand Up @@ -157,7 +157,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/info.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/info.ts)_

## `polymesh-local load FILE`

Expand All @@ -172,7 +172,7 @@ OPTIONS
--verbose enables verbose logging
```

_See code: [src/commands/load.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/load.ts)_
_See code: [src/commands/load.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/load.ts)_

## `polymesh-local ls`

Expand All @@ -186,7 +186,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/ls.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/ls.ts)_
_See code: [src/commands/ls.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/ls.ts)_

## `polymesh-local rm FILE`

Expand All @@ -200,7 +200,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/rm.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/rm.ts)_
_See code: [src/commands/rm.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/rm.ts)_

## `polymesh-local save [name]`

Expand All @@ -218,7 +218,7 @@ OPTIONS
--verbose enables verbose logging
```

_See code: [src/commands/save.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/save.ts)_
_See code: [src/commands/save.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/save.ts)_

## `polymesh-local start [OPTIONS]`

Expand Down Expand Up @@ -253,8 +253,8 @@ OPTIONS
-u, --uiLatest
Clears saved UIs so the latest can be fetched
-v, --version=5.1.0|5.0.3|latest
[default: 5.1.0] version of the containers to run. `latest` may cause changes between starts
-v, --version=5.1.3|5.1.0|5.0.3|latest
[default: 5.1.3] version of the containers to run. `latest` may cause changes between starts
--restMnemonics=restMnemonics
[default: //Alice] Comma separated list of signer mnemonics. Defaults to `//Alice`
Expand All @@ -272,7 +272,7 @@ OPTIONS
enables verbose logging
```

_See code: [src/commands/start.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/start.ts)_

## `polymesh-local stop [OPTIONS]`

Expand All @@ -288,5 +288,5 @@ OPTIONS
--verbose enables verbose logging
```

_See code: [src/commands/stop.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.4.2/src/commands/stop.ts)_
_See code: [src/commands/stop.ts](https://github.com/PolymeshAssociation/polymesh-local/blob/v5.5.0/src/commands/stop.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polymeshassociation/polymesh-local",
"description": "Polymesh local is a CLI based tool for managing a Polymesh development environment",
"version": "5.4.2",
"version": "5.5.0",
"author": "Polymesh Association",
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit b80a456

Please sign in to comment.