diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db49c68e..937420559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.132.0] - Not released + ## [1.131.2] - 2024-05-08 ### Fixed - Programmatic insertion into the comment text area is now debounced with a diff --git a/package.json b/package.json index af7f6cfa9..7ed6c521b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-pepyatka", - "version": "1.131.2", + "version": "1.132.0", "description": "", "main": "index.js", "dependencies": { diff --git a/src/components/footer.jsx b/src/components/footer.jsx index a148daa0e..59d102d46 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -7,7 +7,7 @@ export default function Footer({ short }) { return (