Skip to content

Commit e9c4883

Browse files
committed
update docs
1 parent ab8d40a commit e9c4883

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.publishrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
"confirm": true,
1515
"publishCommand": "npm publish",
1616
"publishTag": "latest",
17-
"prePublishScript": "npm test && npm test-types",
18-
"postPublishScript": "git push origin master --tags && echo 'Published and Pushed to Github successfully!'"
17+
"prePublishScript": "npm test && npm test-types"
1918
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>
22

3+
**5.2.0 / 2025-04-03**
4+
- feat: support metadata on nodes (#593) (By [Steven R. Loomis](https://github.com/srl295))
5+
36
**5.1.0 / 2025-04-02**
47
- feat: declare package as side-effect free (#738) (By [Thomas Bouffard](https://github.com/tbouffard))
58
- fix cjs build mode

docs/CHECK_LIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In general
1717

1818
Post release
1919
* [ ] Tagged and Released on github `git push origin --tags`
20-
* [ ] `git push origin master`
20+
* [ ] `git push origin master --tags`
2121
* [ ] Notified to the users
2222
* [ ] Sync master and dev branches
2323

0 commit comments

Comments
 (0)