Skip to content

Commit 079dea2

Browse files
authored
chore: release 2.0.0 (#428)
1 parent 083e926 commit 079dea2

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.12.0...v2.0.0) (2023-03-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop node 12 support (#424)
9+
10+
### Features
11+
12+
* upgrade bee-js to support bee 1.13 ([#449](https://www.github.com/ethersphere/swarm-cli/issues/449)) ([083e926](https://www.github.com/ethersphere/swarm-cli/commit/083e926fa80f75a23241cdc989052d5d3c8190d6))
13+
14+
15+
### Bug Fixes
16+
17+
* change "supported version" to "tested with" ([#434](https://www.github.com/ethersphere/swarm-cli/issues/434)) ([8925bb9](https://www.github.com/ethersphere/swarm-cli/commit/8925bb96a2392172970cd6122ca04da19e6f525f))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* drop node 12 support ([#424](https://www.github.com/ethersphere/swarm-cli/issues/424)) ([82e63d1](https://www.github.com/ethersphere/swarm-cli/commit/82e63d1098f393e513c3111391f24e606335d741))
23+
324
## [1.12.0](https://www.github.com/ethersphere/swarm-cli/compare/v1.11.0...v1.12.0) (2022-08-30)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethersphere/swarm-cli",
3-
"version": "1.12.0",
3+
"version": "2.0.0",
44
"description": "CLI tool for Bee",
55
"keywords": [
66
"Bee",

0 commit comments

Comments
 (0)