chore: release 0.1.2 (#94)

This commit is contained in:
bee-worker 2022-05-05 14:26:05 +02:00 committed by GitHub
parent 952083001d
commit 33080c8de4
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.1.2](https://www.github.com/ethersphere/bee-factory/compare/v0.1.1...v0.1.2) (2022-05-05)
### Bug Fixes
* correct bin endpoint ([9520830](https://www.github.com/ethersphere/bee-factory/commit/952083001d3b1f858fd5102ba06a7121661bb15e))
### [0.1.1](https://www.github.com/ethersphere/bee-factory/compare/v0.1.0...v0.1.1) (2022-05-05) ### [0.1.1](https://www.github.com/ethersphere/bee-factory/compare/v0.1.0...v0.1.1) (2022-05-05)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.1.1", "version": "0.1.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.1.1", "version": "0.1.2",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@ethersphere/bee-factory", "name": "@ethersphere/bee-factory",
"version": "0.1.1", "version": "0.1.2",
"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",