Skip to content

Commit 09ea590

Browse files
committed
Back to dev
1 parent 40beea7 commit 09ea590

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.125.0] - Not released
9+
810
## [1.124.2] - 2023-10-25
911
### Fixed
1012
- Checkboxes in texts was broken during the 'social-text-tokenizer' upgrade.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactive-pepyatka",
3-
"version": "1.124.2",
3+
"version": "1.125.0",
44
"description": "",
55
"main": "index.js",
66
"dependencies": {

src/components/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Footer({ short }) {
77
return (
88
<footer className="footer">
99
<p role="navigation">
10-
&copy; FreeFeed 1.124.2 (Oct 25, 2023)
10+
&copy; FreeFeed 1.125.0 (Not released)
1111
<br />
1212
<Link to="/about">About</Link>
1313
{' | '}

0 commit comments

Comments
 (0)