Skip to content

Commit 5acc633

Browse files
committed
chore(release): 4.4.1
1 parent c4471d9 commit 5acc633

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 4.4.1 (2022-01-23)
6+
7+
8+
### 📚 Documentations
9+
10+
* enhance project description ([546d758](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/546d75850b408e370bf17db54ca3ad5ef1e3e2c9))
11+
* enhance README.md description ([cc85f78](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/cc85f78ab096a93a808a9fbb54737d6540e0c7e5))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* always use posix path rules ([10b26a5](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/10b26a5a4f64525077caab10ef92ca74af0b60aa))
17+
18+
19+
### 🔄 Refactors
20+
21+
* fix linting errors ([2cd3bef](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/2cd3bef345f1c69f72a38d3424f4fa22e19b49cc))
22+
* fix linting errors ([dd9fc9f](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/dd9fc9f1e6c2a64234cd21221fde4a503e06b181))
23+
* make path import node 14 compatible ([c4471d9](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/c4471d9604062d8c2aca09f43888ffe0e600616a))

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "gatsby-plugin-i18n-l10n",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Providing i18n and l10n to Gatsby with react-intl and react-helmet. Besides translating pages and labels, you can also translate the slugs and paths and still link between translated sibling pages.",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)