Skip to content

Commit 5f88dcb

Browse files
0.3.6
1 parent 8311348 commit 5f88dcb

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

js/.changeset/issue-33-release-format.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lino-objects-codec
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- d0fe09b: Fix the npm publish false positive (`##[error]` annotations in green runs) by retrying the registry verification with exponential backoff and pre-checking the registry before re-running `changeset publish`. Standardize GitHub Release titles to `[JavaScript] X.Y.Z` and tag prefix to `js_v`. Fix the shields.io badge URL so it embeds bare SemVer instead of leaving the `js-v` language prefix in the badge and npm links.
8+
39
## 0.3.5
410

511
### Patch Changes

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lino-objects-codec",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A library to encode/decode objects to/from links notation",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)