Skip to content

Commit

Permalink
fix: substrate/dev dep, update changelog (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 10, 2021
1 parent 8d0d538 commit 8e8153f
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 448 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.1.2](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.1..v9.1.2) (2021-08-02)

### Bug Fixes

* Patch global package binary

## [9.1.1](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.0..v9.1.1) (2021-08-02)

* fix: add --version flag ([#620](https://github.com/paritytech/substrate-api-sidecar/pull/620)) ([9d8bb98](https://github.com/paritytech/substrate-api-sidecar/commit/9d8bb98e68c4b3a563b0613557662ebee063ccb1))
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build"
],
"scripts": {
"build": "rimraf build/ && substrate-exec-tsc && echo Build Finished",
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc && echo Build Finished",
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"build:docs": "(cd docs && yarn && yarn build)",
Expand Down Expand Up @@ -62,14 +62,13 @@
"winston": "^3.3.3"
},
"devDependencies": {
"@substrate/dev": "^0.5.4",
"@substrate/dev": "^0.5.5",
"@types/argparse": "^2.0.8",
"@types/express": "^4.17.12",
"@types/express-serve-static-core": "^4.17.21",
"@types/http-errors": "^1.8.0",
"@types/morgan": "^1.9.2",
"@types/triple-beam": "^1.3.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.0",
"tsc-watch": "^4.4.0"
},
Expand Down
Loading

0 comments on commit 8e8153f

Please sign in to comment.