Skip to content

Releases: Open-Attestation/open-attestation

v6.10.0-beta.7

02 Aug 09:41
51d910e
Compare
Choose a tag to compare
v6.10.0-beta.7 Pre-release
Pre-release

6.10.0-beta.7 (2024-08-02)

Bug Fixes

  • obfuscation of an array element can lead to undefined error (#312) (51d910e)

v6.10.0-beta.6

26 Jul 08:09
bc62924
Compare
Choose a tag to compare
v6.10.0-beta.6 Pre-release
Pre-release

6.10.0-beta.6 (2024-07-26)

Bug Fixes

v6.10.0-beta.5

25 Jul 07:10
01de5a3
Compare
Choose a tag to compare
v6.10.0-beta.5 Pre-release
Pre-release

v6.10.0-beta.5 is a manually created Git tag by @HJunyuan

Why?

  • The beta branch has been rebased onto master using a force push
  • Beta branch commit history no longer has the old tags
  • semantic-release will incorrectly attempt to start tagging from v6.10.0-beta.1

Solution

  1. Manually created a Git tag v6.10.0-beta.5 on the latest commit of the new beta branch:
    git tag v6.10.0-beta.5 beta
    git push origin tag v6.10.0-beta.5
  2. Manually created a Git note on the same commit (as required by semantic-release):
    git fetch origin refs/notes/semantic-release:refs/notes/semantic-release
    git notes --ref="semantic-release" add -f -m '{"channels":["beta"]}' v6.10.0-beta.5
    git push origin refs/notes/semantic-release

Drawback

Reference

v6.9.5

24 Jul 09:04
239bdba
Compare
Choose a tag to compare

6.9.5 (2024-07-23)

Bug Fixes

  • ws security advisory from ethers v5 (239bdba)

v6.9.4

22 Jul 06:50
f783b3c
Compare
Choose a tag to compare

6.9.4 (2024-07-22)

Bug Fixes

  • accept application/ld+json when fetching context (#307) (f783b3c)

v6.10.0-beta.4

25 Jul 06:21
0dbdadd
Compare
Choose a tag to compare
v6.10.0-beta.4 Pre-release
Pre-release

6.10.0-beta.4 (2024-05-31)

Bug Fixes

v6.9.3

31 May 02:30
d1c1684
Compare
Choose a tag to compare

6.9.3 (2024-05-31)

Bug Fixes

v6.10.0-beta.3

20 May 07:32
ab9a908
Compare
Choose a tag to compare
v6.10.0-beta.3 Pre-release
Pre-release

6.10.0-beta.3 (2024-05-20)

Bug Fixes

  • install command to target beta release (#299) (ab9a908)

v6.10.0-beta.2

20 May 05:49
302e61f
Compare
Choose a tag to compare
v6.10.0-beta.2 Pre-release
Pre-release

6.10.0-beta.2 (2024-05-20)

Features

v6.10.0-beta.1

15 May 04:57
de33050
Compare
Choose a tag to compare
v6.10.0-beta.1 Pre-release
Pre-release

6.10.0-beta.1 (2024-05-15)

Features