Skip to content

Commit 0f81467

Browse files
committed
Merge branch 'chore/update-version-and-release-notes'
2 parents c8faa03 + 93742a1 commit 0f81467

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

RELEASE-NOTES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v1.25.0
2+
3+
##### Features
4+
- Feature change links for seo ([#317](https://github.com/Code-Poets/project-liberation/pull/317))
5+
6+
##### Bugfixes
7+
- Bugfix text encoding in blog post intro ([#314](https://github.com/Code-Poets/project-liberation/pull/314))
8+
9+
##### Chore
10+
- Chore accessibility and seo improvement ([#315](https://github.com/Code-Poets/project-liberation/pull/315))
11+
12+
113
### v1.24.1
214

315
##### Chore

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": "project-liberation",
3-
"version": "v1.24.1",
3+
"version": "v1.25.0",
44
"description": "Packages needed for proper application work.",
55
"main": "index.js",
66
"scripts": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "project-liberation"
3-
version = "v1.24.1"
3+
version = "v1.25.0"
44
description = "Necessary packages for Project Liberation"
55
authors = ["Karol Beker <[email protected]>"]
66

0 commit comments

Comments
 (0)