Skip to content

Commit d592709

Browse files
chore(main): release 3.0.1 (#1288)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09492a4 commit d592709

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.0.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010

1111

12+
## [3.0.1](https://github.com/ipfs/ipfs-companion/compare/v3.0.0...v3.0.1) (2023-09-21)
13+
14+
15+
### Bug Fixes
16+
17+
* **firefox:** :wrench: Min FF Version ([#1290](https://github.com/ipfs/ipfs-companion/issues/1290)) ([09492a4](https://github.com/ipfs/ipfs-companion/commit/09492a4ff8b2df69f25ce2fea4f35882a5d9ae2f))
18+
* **release-automation:** :alien: Tags are not being created. ([#1287](https://github.com/ipfs/ipfs-companion/issues/1287)) ([3229c2a](https://github.com/ipfs/ipfs-companion/commit/3229c2a2be30a3cc440fd47c02474ff8a36eeb16))
19+
1220
## [3.0.0](https://github.com/ipfs/ipfs-companion/compare/v2.22.1...v3.0.0) (2023-09-21)
1321

1422

add-on/manifest.common.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_manifest_extensionName__",
44
"short_name": "__MSG_manifest_shortExtensionName__",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"description": "__MSG_manifest_extensionDescription__",
77
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
88
"author": "IPFS Community",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-companion",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/ipfs-shipyard/ipfs-companion",
55
"license": "CC0-1.0",
66
"leadMaintainer": "Marcin Rataj <[email protected]>",

0 commit comments

Comments
 (0)