Skip to content

Commit

Permalink
🚀 release: 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek committed Nov 14, 2024
1 parent 8d09bd1 commit 9b4202b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.2.12 (2024-11-14)
### 🔀 Pull Requests

- [Feat add json fields support #65](https://github.com/localazy/strapi-plugin/pull/65)

### ✨ Features

- add json fields support ([5ef1f08](https://github.com/localazy/strapi-plugin/commit/5ef1f08)) ([#65](https://github.com/localazy/strapi-plugin/pull/65))

### 🐛 Bug Fixes

- **JSON:** `null` values upload ([5ef1f08](https://github.com/localazy/strapi-plugin/commit/5ef1f08)) ([#65](https://github.com/localazy/strapi-plugin/pull/65))
- doubled backslashed in URL ([5ef1f08](https://github.com/localazy/strapi-plugin/commit/5ef1f08)) ([#65](https://github.com/localazy/strapi-plugin/pull/65))
- string array is split into letters ([5ef1f08](https://github.com/localazy/strapi-plugin/commit/5ef1f08)) ([#65](https://github.com/localazy/strapi-plugin/pull/65))

## 0.2.11 (2024-11-14)
### 🔀 Pull Requests

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/strapi-plugin",
"version": "0.2.11",
"version": "0.2.12",
"description": "The official Strapi Plugin by Localazy.",
"strapi": {
"name": "localazy",
Expand Down

0 comments on commit 9b4202b

Please sign in to comment.