Skip to content

Commit

Permalink
3.7.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 22, 2024
1 parent 93c1c20 commit c41c278
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v3.7.2 (2024-10-22)

### Bug Fixes

* fix(v3.2): provide more exposure to context files ([`ae1ba43`](https://github.com/blockchain-certificates/cert-schema/commit/ae1ba43bcbbfc70bb84c0610f07b41efb205ada3))

### Unknown

* Merge pull request #81 from blockchain-certificates/chore/fix-ci-semantic-release

fix(v3.2): provide more exposure to context files ([`93c1c20`](https://github.com/blockchain-certificates/cert-schema/commit/93c1c20d0b887f9208a014f69da32a592b7c8853))


## v3.7.1 (2024-10-22)

### Bug Fixes
Expand Down Expand Up @@ -473,12 +486,8 @@ chore(Version): align py version to npm ([`11d7e4b`](https://github.com/blockcha

### Bug Fixes

* fix(JsonLd): fix preloading URL for blockcert.org ([`af3cc64`](https://github.com/blockchain-certificates/cert-schema/commit/af3cc6404fd8a781bd51094fbb5647352ef67524))

* fix(V3): ensure display value is being hashed ([`dc5f2eb`](https://github.com/blockchain-certificates/cert-schema/commit/dc5f2eb5e93bdf398eaa6acf737b69977924f8ba))

* fix(v3): remove copy paste item ([`51f72d1`](https://github.com/blockchain-certificates/cert-schema/commit/51f72d15062b756809c62e60da1c50ae43f068dc))

### Chores

* chore(CI): update repository address ([`f20cdee`](https://github.com/blockchain-certificates/cert-schema/commit/f20cdee859dfa4aa2f91a60128d693890ce4b6f1))
Expand All @@ -487,8 +496,6 @@ chore(Version): align py version to npm ([`11d7e4b`](https://github.com/blockcha

* chore(CI): fix node version ([`a8b9769`](https://github.com/blockchain-certificates/cert-schema/commit/a8b976928c90efcfbc9a6c5d6555e2252a8fe15f))

* chore(CI): manually install semantic-release ([`d18683b`](https://github.com/blockchain-certificates/cert-schema/commit/d18683ba516228d23166930b6902335e960d9937))

* chore(Version): bump version ([`df5082f`](https://github.com/blockchain-certificates/cert-schema/commit/df5082f3cc4cf900fadb8e0eae4b60ccc84c278f))

* chore(CI): update python version ([`a5c89f4`](https://github.com/blockchain-certificates/cert-schema/commit/a5c89f484a66e40fb126888cc3b75be8dd4d3fc7))
Expand All @@ -510,7 +517,3 @@ fix(V3): ensure display value is being hashed ([`bb68ca1`](https://github.com/bl
* Merge pull request #33 from blockchain-certificates/lemoustachiste-patch-1

fix(v3): remove copy paste item ([`659a375`](https://github.com/blockchain-certificates/cert-schema/commit/659a375d79669e4fa616740d0ea35756162522aa))

* Merge pull request #32 from blockchain-certificates/fix/schema-url

fix(v3): correct w3id path to schema ([`b547b48`](https://github.com/blockchain-certificates/cert-schema/commit/b547b4868dac15e44c0f4d92630cfd0e656f81ff))
2 changes: 1 addition & 1 deletion cert_schema/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.7.1'
__version__ = '3.7.2'
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockcerts/schemas",
"version": "3.7.1",
"version": "3.7.2",
"repository": "https://github.com/blockchain-certificates/cert-schema",
"description": "One source of truth for Blockcerts schemas",
"main": "index.mjs",
Expand Down

0 comments on commit c41c278

Please sign in to comment.