Skip to content

Commit

Permalink
Merge branch 'master' into docs/fix-validateOpenRPCDocument-example
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored May 7, 2024
2 parents 820f036 + 32a98ff commit fbe412d
Show file tree
Hide file tree
Showing 5 changed files with 5,833 additions and 3,770 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/schema-utils-js
docker:
- image: circleci/node:14.17.6
- image: cimg/node:20.11.1

jobs:
test:
Expand Down Expand Up @@ -83,5 +83,6 @@ workflows:
- build
- release:
filters: *filter-only-master
context: open-rpc-deployer
requires:
- hold
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.6
20.11.1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.16.2](https://github.com/open-rpc/schema-utils-js/compare/1.16.1...1.16.2) (2024-03-20)


### Bug Fixes

* added context to circleci release ([0b243e7](https://github.com/open-rpc/schema-utils-js/commit/0b243e750f5421f27edc2c74e1624ea4feaf994c))

## [1.16.1](https://github.com/open-rpc/schema-utils-js/compare/1.16.0...1.16.1) (2022-03-18)


Expand Down
Loading

0 comments on commit fbe412d

Please sign in to comment.