Skip to content

Commit 215655c

Browse files
committed
chore(upcoming): release 13.0.0
1 parent a89553d commit 215655c

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

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

33

4+
## [13.0.0](https://github.com/ethersphere/bee-js/compare/v12.3.1...v13.0.0) (2026-08-24)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* use swarm core ([#1236](https://github.com/ethersphere/bee-js/issues/1236))
10+
* split methods to separated namespaces ([#1219](https://github.com/ethersphere/bee-js/issues/1219))
11+
12+
### Bug Fixes
13+
14+
* codemod gaps ([#1246](https://github.com/ethersphere/bee-js/issues/1246)) ([f9d33e6](https://github.com/ethersphere/bee-js/commit/f9d33e603543d599d2342761c1a70adcbe3bcf27))
15+
* codemod, protype spy pattern ([#1248](https://github.com/ethersphere/bee-js/issues/1248)) ([a89553d](https://github.com/ethersphere/bee-js/commit/a89553dccc245a3aa692f4f99a6a8cc106c2315b))
16+
* mantaray marshal and unmarshal logic ([#1202](https://github.com/ethersphere/bee-js/issues/1202)) ([85f767f](https://github.com/ethersphere/bee-js/commit/85f767f5d59cfa2245aab92da457d0f0953d4a04))
17+
* publish codemods ([#1245](https://github.com/ethersphere/bee-js/issues/1245)) ([c78f60a](https://github.com/ethersphere/bee-js/commit/c78f60a541b82f7da69356fb3ac66308cb7900ab))
18+
* upcoming publish ([#1233](https://github.com/ethersphere/bee-js/issues/1233)) ([1efc6b9](https://github.com/ethersphere/bee-js/commit/1efc6b969c2abd7e19a66ab6aba93992c96f18f8))
19+
20+
21+
### Code Refactoring
22+
23+
* split methods to separated namespaces ([#1219](https://github.com/ethersphere/bee-js/issues/1219)) ([cfb9756](https://github.com/ethersphere/bee-js/commit/cfb975603e2e1af92ed6e117714a85de53169968))
24+
* use swarm core ([#1236](https://github.com/ethersphere/bee-js/issues/1236)) ([c013bdf](https://github.com/ethersphere/bee-js/commit/c013bdf77af9238e1e512029dbbd187f062601a6))
25+
426
## [12.3.1](https://github.com/ethersphere/bee-js/compare/v12.3.0...v12.3.1) (2026-07-07)
527

628

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/bee-js",
3-
"version": "12.3.1",
3+
"version": "13.0.0",
44
"description": "Javascript client for Bee",
55
"keywords": [
66
"bee",

0 commit comments

Comments
 (0)