chore(master): release 0.5.1 (#234)

This commit is contained in:
bee-worker 2022-12-14 14:14:31 +01:00 committed by GitHub
parent 4058525ab6
commit 28b88feffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.5.1](https://github.com/ethersphere/bee-factory/compare/v0.5.0...v0.5.1) (2022-12-14)
### Bug Fixes
* allow multiple digits versions ([#233](https://github.com/ethersphere/bee-factory/issues/233)) ([4058525](https://github.com/ethersphere/bee-factory/commit/4058525ab6ca0168d036691676302dc0bc3f0702))
## [0.5.0](https://github.com/ethersphere/bee-factory/compare/v0.4.1...v0.5.0) (2022-11-08) ## [0.5.0](https://github.com/ethersphere/bee-factory/compare/v0.4.1...v0.5.0) (2022-11-08)
This is a bigger breaking release that brings support for the Bee 1.9. It is not compatible with the earlier Bee's version. This is a bigger breaking release that brings support for the Bee 1.9. It is not compatible with the earlier Bee's version.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.5.0", "version": "0.5.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.5.0", "version": "0.5.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@ethersphere/bee-js": "^5.0.0", "@ethersphere/bee-js": "^5.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.5.0", "version": "0.5.1",
"description": "Orchestration CLI for spinning up local development Bee cluster with Docker", "description": "Orchestration CLI for spinning up local development Bee cluster with Docker",
"keywords": [ "keywords": [
"bee", "bee",