Skip to content

Commit f8538d4

Browse files
chore(main): release json-viewer 2.12.5 (#146)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2a5f2f commit f8538d4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.12.4"
2+
".": "2.12.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.12.5](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.12.4...json-viewer-v2.12.5) (2023-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* move eslint related deps to devDependencies ([#142](https://github.com/TexteaInc/json-viewer/issues/142)) ([7e2705d](https://github.com/TexteaInc/json-viewer/commit/7e2705d6639483aa5a0bf77b7d37f77e3e9de60b))
9+
* remove `workspaces` in `package.json` before release ([#143](https://github.com/TexteaInc/json-viewer/issues/143)) ([e3723c1](https://github.com/TexteaInc/json-viewer/commit/e3723c1b4ff880c250b8a7b2aa85097cf5b4f7b8))
10+
311
## [2.12.4](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.12.3...json-viewer-v2.12.4) (2023-01-01)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@textea/json-viewer",
33
"description": "Interactive Json Viewer, but not only a json viewer",
4-
"version": "2.12.4",
4+
"version": "2.12.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)