Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit cfefcb1

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.26.1 [skip ci]
1 parent 51d3139 commit cfefcb1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.26.1](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.26.0...v0.26.1) (2024-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* make external links open in new tabs ([#114](https://github.com/EddieHubCommunity/CreatorsRegistry/issues/114)) ([51d3139](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/51d31398caa01cb762e1301ac6f210da6ebdae3d)), closes [#107](https://github.com/EddieHubCommunity/CreatorsRegistry/issues/107)
7+
8+
9+
110
# [0.26.0](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.25.1...v0.26.0) (2024-07-05)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
# [0.23.0](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.22.0...v0.23.0) (2024-06-28)
38-
39-
40-
### Features
41-
42-
* github icon link in header ([d7785ca](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/d7785caab800b70e536c7e242b38aa581c60ecc4))
43-
44-
45-

package-lock.json

+1-1
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": "content-creators",
3-
"version": "0.26.0",
3+
"version": "0.26.1",
44
"private": false,
55
"scripts": {
66
"dev": "next dev",

src/config/app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.26.0",
2+
"version": "0.26.1",
33
"platforms": {
44
"twitter": {
55
"value": "twitter",

0 commit comments

Comments
 (0)