Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 4, 2024
1 parent a8e679a commit 52f8e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @digitalcredentials/jsonld ChangeLog

## 9.0.0 -
## 9.0.0 - 2024-08-03

### Changed
- **BREAKING**: Re-fork as `@digitalcredentials/jsonld` (to fix upstream http-client export error).
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
jsonld.js
=========

[![Build status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/jsonld.js/main.yml)](https://github.com/digitalbazaar/jsonld.js/actions/workflows/main.yml)
[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/jsonld.js)](https://codecov.io/gh/digitalbazaar/jsonld.js)
[![npm](https://img.shields.io/npm/v/jsonld)](https://npm.im/jsonld)
[![NPM Version](https://img.shields.io/npm/v/@digitalcredentials/jsonld.svg)](https://npm.im/@digitalcredentials/jsonld)

Introduction
------------
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": "@digitalcredentials/jsonld",
"version": "8.3.3-0",
"version": "9.0.0",
"description": "A JSON-LD Processor and API implementation in JavaScript.",
"homepage": "https://github.com/digitalcredentials/jsonld.js",
"author": {
Expand Down

0 comments on commit 52f8e93

Please sign in to comment.