Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
barendb authored Jun 26, 2022
1 parent 6f7acb0 commit 929d6e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/jsonld-lint-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.4.0) (2022-06-22)

**Note:** Version bump only for package jsonld-lint-cli

# [0.3.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.3.0) (2020-10-29)

**Note:** Version bump only for package jsonld-lint-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonld-lint-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON-LD Linter CLI",
"license": "Apache-2.0",
"homepage": "https://github.com/mattrglobal/jsonld-lint",
"version": "0.3.0",
"version": "0.4.0",
"main": "lib/index.js",
"bin": {
"jsonld-lint": "./bin/index.js"
Expand All @@ -30,6 +30,6 @@
},
"dependencies": {
"commander": "6.0.0",
"jsonld-lint": "0.3.0"
"jsonld-lint": "0.4.0"
}
}
4 changes: 4 additions & 0 deletions packages/jsonld-lint-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.4.0) (2022-06-22)

**Note:** Version bump only for package jsonld-lint-vscode

# [0.3.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.3.0) (2020-10-29)

**Note:** Version bump only for package jsonld-lint-vscode
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonld-lint-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON-LD Linter for vs code",
"private": true,
"license": "Apache-2.0",
"version": "0.3.0",
"version": "0.4.0",
"engines": {
"vscode": "^1.46.1"
},
Expand Down Expand Up @@ -44,6 +44,6 @@
"vscode-test": "1.4.0"
},
"dependencies": {
"jsonld-lint": "0.3.0"
"jsonld-lint": "0.4.0"
}
}
4 changes: 4 additions & 0 deletions packages/jsonld-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.4.0) (2022-06-22)

**Note:** Version bump only for package jsonld-lint

# [0.3.0](https://github.com/mattrglobal/jsonld-lint/compare/[email protected]@0.3.0) (2020-10-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonld-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON-LD Linter",
"license": "Apache-2.0",
"homepage": "https://github.com/mattrglobal/jsonld-lint",
"version": "0.3.0",
"version": "0.4.0",
"main": "lib/index.js",
"directories": {
"lib": "lib"
Expand Down

0 comments on commit 929d6e6

Please sign in to comment.