Skip to content

Commit

Permalink
chore: #11 Prepare next iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jul 26, 2024
1 parent fbfe603 commit 965a75c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Locking a ruleset on a given version is possible through `package.json`:
```json
{
"dependencies": {
"@microcks/spectral-ruleset": "0.0.4"
"@microcks/spectral-ruleset": "0.0.5"
}
}
```
Expand All @@ -38,7 +38,7 @@ If you use Spectral in a browser or don't want to install the package, you can a

```yaml
extends:
- "https://unpkg.com/@microcks/[email protected].4"
- "https://unpkg.com/@microcks/[email protected].5"
```

## What results to expect?
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microcks/spectral-ruleset",
"version": "0.0.5",
"version": "0.0.6",
"author": "Laurent Broudoux <[email protected]>",
"description": "A set of rules for Spectral that allows linting OpenAPI and AsyncAPI spec for Microcks conventions",
"bugs": {
Expand Down

0 comments on commit 965a75c

Please sign in to comment.