Skip to content

Commit bf04c55

Browse files
localazy-bot[bot]david-vaclavekdavid-vaclavekclaude
authored
πŸš€ release: 1.1.0
* πŸš€ release: 1.1.0 * fix: format CHANGELOG.md with Prettier Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> Co-authored-by: david-vaclavek <david@localazy.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 237101e commit bf04c55

File tree

5 files changed

+38
-13
lines changed

5 files changed

+38
-13
lines changed

β€Ž.badges.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"fileName": "version.svg",
66
"label": "npm",
7-
"status": "1.0.11",
7+
"status": "1.1.0",
88
"icon": "npm"
99
}
1010
]

β€Ž.github/badges/version.svgβ€Ž

Lines changed: 9 additions & 9 deletions
Loading

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 1.1.0 (2026-03-26)
2+
3+
### πŸ”€ Pull Requests
4+
5+
- [Add GH Hooks #114](https://github.com/localazy/strapi-plugin/pull/114)
6+
- [track Strapi instance version in analytics events #112](https://github.com/localazy/strapi-plugin/pull/112)
7+
- [Add a character limit during uploading #111](https://github.com/localazy/strapi-plugin/pull/111)
8+
9+
### ✨ Features
10+
11+
- track Strapi instance version in analytics events ([050936f](https://github.com/localazy/strapi-plugin/commit/050936f)) ([#112](https://github.com/localazy/strapi-plugin/pull/112))
12+
- add character limit metadata during Localazy upload ([e60f73c](https://github.com/localazy/strapi-plugin/commit/e60f73c)) ([#111](https://github.com/localazy/strapi-plugin/pull/111))
13+
14+
### πŸ› Bug Fixes
15+
16+
- replace yarn-specific `run -T` with `tsc --noEmit` in type-check scripts ([237101e](https://github.com/localazy/strapi-plugin/commit/237101e)) ([#114](https://github.com/localazy/strapi-plugin/pull/114))
17+
- resolve ESLint errors and Prettier formatting issues ([237101e](https://github.com/localazy/strapi-plugin/commit/237101e)) ([#114](https://github.com/localazy/strapi-plugin/pull/114))
18+
- Fix character limits metadata not matching flat key format ([e60f73c](https://github.com/localazy/strapi-plugin/commit/e60f73c)) ([#111](https://github.com/localazy/strapi-plugin/pull/111))
19+
- Update tests to use bracket notation for flat keys ([e60f73c](https://github.com/localazy/strapi-plugin/commit/e60f73c)) ([#111](https://github.com/localazy/strapi-plugin/pull/111))
20+
21+
### 🧰 Other Commits
22+
23+
- add git hooks and CI workflow ([237101e](https://github.com/localazy/strapi-plugin/commit/237101e)) ([#114](https://github.com/localazy/strapi-plugin/pull/114))
24+
- Use strict type for pickedFlattenStrapiContent ([e60f73c](https://github.com/localazy/strapi-plugin/commit/e60f73c)) ([#111](https://github.com/localazy/strapi-plugin/pull/111))
25+
126
## 1.0.11 (2026-03-25)
227

328
### πŸ”€ Pull Requests

β€Ž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": "@localazy/strapi-plugin",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "The official Strapi Plugin by Localazy.",
55
"keywords": [
66
"strapi",

0 commit comments

Comments
Β (0)