Skip to content

Commit 438a11b

Browse files
committed
v14.0.4
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 1f76e3a commit 438a11b

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

README.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
133133
uses: actions/checkout@v4
134134
135135
- name: Install the JSON Schema CLI
136-
uses: sourcemeta/jsonschema@v14.0.3
136+
uses: sourcemeta/jsonschema@v14.0.4
137137
138138
# Then use as usual
139139
- run: jsonschema fmt path/to/schemas --check
@@ -172,9 +172,8 @@ curl -fsSL https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install
172172
```
173173

174174
Keep in mind that it is hard to provide binaries that work across GNU/Linux
175-
distributions, given they often have major differences such as C runtimes (GLIC
176-
vs MUSL). We conservatively target Ubuntu 22.04, but you might need to build
177-
from source if your distribution of choice is different.
175+
distributions. We conservatively target Ubuntu and Alpine, but you might need
176+
to build from source if your distribution of choice is different.
178177

179178
To verify the GPG signature of the checksums file:
180179

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.3
1+
14.0.4

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" 14.0.3 "${INSTALL_DIR}"
14+
"${GITHUB_WORKSPACE}/install.sh" 14.0.4 "${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": "14.0.3",
3+
"version": "14.0.4",
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)