Skip to content

Commit a8e531b

Browse files
author
Marcin Sołek
committed
Merge branch 'chore/update-version-and-release-notes'
2 parents eac132d + 5e6c61c commit a8e531b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

RELEASE-NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v1.28.1
2+
3+
##### Bugfixes
4+
- Bugfix info icons on how we work page ([#336](https://github.com/Code-Poets/project-liberation/pull/336))
5+
- Bugfix alt attributes of images on blog ([#330](https://github.com/Code-Poets/project-liberation/pull/330))
6+
7+
18
### v1.28.0
29

310
##### Features

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.28.0",
3+
"version": "v1.28.1",
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.28.0"
3+
version = "v1.28.1"
44
description = "Necessary packages for Project Liberation"
55
authors = ["Karol Beker <[email protected]>"]
66

0 commit comments

Comments
 (0)