mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-06 23:13:12 +00:00
chore: release 0.2.0 (#95)
This commit is contained in:
parent
1ac6d89815
commit
08e6da2259
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.0](https://www.github.com/ethersphere/bee-factory/compare/v0.1.2...v0.2.0) (2022-05-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* allow version with commit hash ([9c99180](https://www.github.com/ethersphere/bee-factory/commit/9c99180aacc94a7e9fa0116812686766a29c0096))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* regex ([1ac6d89](https://www.github.com/ethersphere/bee-factory/commit/1ac6d89815a29f0b319a7d2c16dbc31dbb554cfd))
|
||||||
|
* shebang and bee-js in deps ([b7659fc](https://www.github.com/ethersphere/bee-factory/commit/b7659fc8b4ebd5967470e7517ab2990086c72a54))
|
||||||
|
|
||||||
### [0.1.2](https://www.github.com/ethersphere/bee-factory/compare/v0.1.1...v0.1.2) (2022-05-05)
|
### [0.1.2](https://www.github.com/ethersphere/bee-factory/compare/v0.1.1...v0.1.2) (2022-05-05)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersphere/bee-factory",
|
"name": "@ethersphere/bee-factory",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ethersphere/bee-factory",
|
"name": "@ethersphere/bee-factory",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ethersphere/bee-factory",
|
"name": "@ethersphere/bee-factory",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user