Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,33 @@

* add link for latest version of spec ([ce8ecf0](https://github.com/open-rpc/spec/commit/ce8ecf0))

## 1.6.0 (2026-02-19)

### Features

- wip this feature changes the repo to support inline schema in spec
- wip types bundling

### Fixes

- markdownlint issues
- examplePairingObject had a bad link for result
- added error to examplePairingObject
- wip first pass at updating to new schema.json to markdown rendering
- add github actions deployment
- adjust legacy scripts now deprecated to support new version layout
- correct tests for the specs to validate that the specs are written properly
- add support for a mapping to return that mapping of schemas
- make sure to use snake_case
- bundle refactor to use only versioned directories
- auto generate the proper directory structure and index.ts for packaging the schema
- add spec-template to be tied to version
- gh pages bug
- adjust this just to test releasing
- add missing workflow
- ghpages build with tmp remove CNAME
- temp owner to self

## 1.5.0 (2026-02-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-open-rpc-spec",
"version": "1.5.0",
"version": "1.6.0",
"description": "The OPEN-RPC Specification",
"type": "module",
"main": "dist/index.js",
Expand Down