Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.3.6] - 2026-03-28

### Changed

- Pinned esbuild version to silence false Dependabot CVE alerts

## [1.3.5] - 2026-03-28

### Security
Expand Down Expand Up @@ -113,6 +119,7 @@ Fix missing README

Initial release.

[1.3.6]: https://github.com/shellicar/build-version/releases/tag/1.3.6
[1.3.5]: https://github.com/shellicar/build-version/releases/tag/1.3.5
[1.3.4]: https://github.com/shellicar/build-version/releases/tag/1.3.4
[1.3.3]: https://github.com/shellicar/build-version/releases/tag/1.3.3
Expand Down
2 changes: 1 addition & 1 deletion packages/build-version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellicar/build-version",
"private": false,
"version": "1.3.5",
"version": "1.3.6",
"type": "module",
"license": "MIT",
"author": "Stephen Hellicar",
Expand Down
Loading