Skip to content

Commit 83dbc6c

Browse files
committed
2.2.0
1 parent d9522a9 commit 83dbc6c

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.2.0] - 2025-08-15
8+
### Added
9+
- Ability to toggle to a JSON editor for easy copying and pasting
10+
### Fixed
11+
- A case where you couldn't add `?` to the keys while not in optional fields
12+
### Security
13+
- Update all dependencies to their latest version
14+
715
## [2.1.0] - 2024-07-26
816
### Added
917
- Ability to have optional non-editable items instead of only required items
@@ -28,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2836
### Changed
2937
- Publish package signed with npm package provenance.
3038

39+
[2.2.0]: https://github.com/voorhoede/datocms-plugin-json-table/compare/v2.1.0...v2.2.0
3140
[2.1.0]: https://github.com/voorhoede/datocms-plugin-json-table/compare/v2.0.6...v2.1.0
3241
[2.0.6]: https://github.com/voorhoede/datocms-plugin-json-table/compare/v2.0.5...v2.0.6
3342
[2.0.5]: https://github.com/voorhoede/datocms-plugin-json-table/compare/v2.0.4...v2.0.5

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datocms-plugin-json-table",
33
"homepage": "https://github.com/voorhoede/datocms-plugin-json-table",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"description": "A plugin for DatoCMS that makes it possible to add/insert a key and value and output a simple JSON table",
66
"engines": {
77
"node": ">=18.0.0"
@@ -56,7 +56,9 @@
5656
"json-field",
5757
"key-value-pair",
5858
"json-table",
59-
"json"
59+
"json",
60+
"copy-json",
61+
"paste-json"
6062
],
6163
"repository": {
6264
"type": "git",

0 commit comments

Comments
 (0)