Skip to content

Commit f091fe2

Browse files
committed
v12.9.0
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent d20f6d7 commit f091fe2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
132132
uses: actions/checkout@v4
133133
134134
- name: Install the JSON Schema CLI
135-
uses: sourcemeta/jsonschema@v12.8.1
135+
uses: sourcemeta/jsonschema@v12.9.0
136136
137137
# Then use as usual
138138
- run: jsonschema fmt path/to/schemas --check

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.8.1
1+
12.9.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ runs:
1111
--output "${GITHUB_WORKSPACE}/install.sh" \
1212
"https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
1313
chmod +x "${GITHUB_WORKSPACE}/install.sh"
14-
"${GITHUB_WORKSPACE}/install.sh" 12.8.1 "${INSTALL_DIR}"
14+
"${GITHUB_WORKSPACE}/install.sh" 12.9.0 "${INSTALL_DIR}"
1515
rm "${GITHUB_WORKSPACE}/install.sh"
1616
echo "${INSTALL_DIR}/bin" >> "$GITHUB_PATH"

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": "@sourcemeta/jsonschema",
3-
"version": "12.8.1",
3+
"version": "12.9.0",
44
"description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
55
"main": "npm/main.js",
66
"exports": {

0 commit comments

Comments
 (0)