Skip to content

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [14.0.0](v13.0.0...v14.0.0) (2024-04-19)

### ⚠ BREAKING CHANGES

* only supports spawning `kubo` daemons

### Features

* remove js-ipfs support ([#823](#823)) ([3ed0c00](3ed0c00))

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#819](#819)) ([f60600d](f60600d))
* delete templates [skip ci] ([#818](#818)) ([a98af4b](a98af4b))
* remove extra dirs ([eb293bf](eb293bf))
* Update .github/workflows/stale.yml [skip ci] ([9f261e3](9f261e3))
* Update .github/workflows/stale.yml [skip ci] ([4fa7fdc](4fa7fdc))
* Update .github/workflows/stale.yml [skip ci] ([bbd17c6](bbd17c6))

### Documentation

* update readme ([e212d8f](e212d8f))
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent e212d8f commit 4e769a0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [14.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v13.0.0...v14.0.0) (2024-04-19)


### ⚠ BREAKING CHANGES

* only supports spawning `kubo` daemons

### Features

* remove js-ipfs support ([#823](https://github.com/ipfs/js-ipfsd-ctl/issues/823)) ([3ed0c00](https://github.com/ipfs/js-ipfsd-ctl/commit/3ed0c003bd82f287d39448dde8608235a4a056ea))


### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#819](https://github.com/ipfs/js-ipfsd-ctl/issues/819)) ([f60600d](https://github.com/ipfs/js-ipfsd-ctl/commit/f60600da540b5d3de7d3c7fbd79e617badde57dc))
* delete templates [skip ci] ([#818](https://github.com/ipfs/js-ipfsd-ctl/issues/818)) ([a98af4b](https://github.com/ipfs/js-ipfsd-ctl/commit/a98af4bb1963a89abde26d152806f31c93478d90))
* remove extra dirs ([eb293bf](https://github.com/ipfs/js-ipfsd-ctl/commit/eb293bf6bfde9fd8eb754dec102bea8a57211079))
* Update .github/workflows/stale.yml [skip ci] ([9f261e3](https://github.com/ipfs/js-ipfsd-ctl/commit/9f261e33b99314da69c7714098b9b02644f77f19))
* Update .github/workflows/stale.yml [skip ci] ([4fa7fdc](https://github.com/ipfs/js-ipfsd-ctl/commit/4fa7fdc9c21a2961034d221877758464e4c900fc))
* Update .github/workflows/stale.yml [skip ci] ([bbd17c6](https://github.com/ipfs/js-ipfsd-ctl/commit/bbd17c69f97b4ab9bcd235848eaa2b91048ba7b6))


### Documentation

* update readme ([e212d8f](https://github.com/ipfs/js-ipfsd-ctl/commit/e212d8f1a4f288c43a27233aeaccce2b04bd5bde))

## [13.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v12.2.2...v13.0.0) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfsd-ctl",
"version": "13.0.0",
"version": "14.0.0",
"description": "Spawn IPFS Daemons, Kubo or...",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",
Expand Down

0 comments on commit 4e769a0

Please sign in to comment.