Skip to content

Commit

Permalink
Merge branch 'bitcoin-release' into 'dev'
Browse files Browse the repository at this point in the history
bitcoin release version

See merge request ergo/rosen-bridge/watcher!272
  • Loading branch information
zargarzadehm committed Jun 11, 2024
2 parents aea034d + 9ac24f6 commit 4c0b977
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-dingos-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-keys-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-frogs-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-boxes-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-schools-play.md

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions .changeset/swift-knives-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-lions-judge.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rosen-bridge/watcher

## 3.0.0

### Major Changes

- Update minimum-fee to v1

### Minor Changes

- Upgrade health check package to latest
- Add bitcoin network
- Integrate rpc scanner for bitcoin network

### Patch Changes

- Update typeorm version to 0.3.20
- Update minimum-fee and health-check packages

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rosen-bridge/watcher",
"version": "2.1.0",
"version": "3.0.0",
"description": "Rosen bridge Watcher service",
"main": "index.js",
"type": "module",
Expand All @@ -17,7 +17,8 @@
"typeorm:migrate": "npm run typeorm migration:run -- -d config/dataSource.ts",
"typeorm": "NODE_OPTIONS=--experimental-specifier-resolution=node typeorm-ts-node-esm",
"build": "rollup --config ./rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "npm run build && pkg ./out/index.cjs --targets host --out-path bin"
"release": "npm run build && pkg ./out/index.cjs --targets host --out-path bin",
"version": "npx changeset version && npm i"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c0b977

Please sign in to comment.