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

Commit 108626e

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.26.2 [skip ci]
1 parent b111064 commit 108626e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.26.2](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.26.1...v0.26.2) (2024-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Dockerfile to use multi-stage build ([#121](https://github.com/EddieHubCommunity/CreatorsRegistry/issues/121)) ([b111064](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/b111064e13fe45b455da06fd2b330c7fcfc2cbc3))
7+
8+
9+
110
## [0.26.1](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.26.0...v0.26.1) (2024-07-05)
211

312

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

3544

3645

37-
# [0.24.0](https://github.com/EddieHubCommunity/CreatorsRegistry/compare/v0.23.0...v0.24.0) (2024-06-29)
38-
39-
40-
### Features
41-
42-
* medium blog logo ([c45b87d](https://github.com/EddieHubCommunity/CreatorsRegistry/commit/c45b87d098473d621f5b44b0beea6c7e2d1522d0))
43-
44-
45-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-creators",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"private": false,
55
"scripts": {
66
"dev": "next dev",

src/config/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.26.1",
2+
"version": "0.26.2",
33
"platforms": {
44
"twitter": {
55
"value": "twitter",

0 commit comments

Comments
 (0)