keep-a-changelog 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/bin.js +1 -0
- package/package.json +1 -1
- package/types/bin.d.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [3.0.2] - 2026-02-24
|
|
8
|
+
### Fixed
|
|
9
|
+
- NPX executable [#64]
|
|
10
|
+
|
|
7
11
|
## [3.0.1] - 2026-02-21
|
|
8
12
|
### Fixed
|
|
9
13
|
- NPM imports in the Deno version.
|
|
@@ -152,7 +156,9 @@ New version merging Deno and Node code using Deno's `dnt` package.
|
|
|
152
156
|
[#59]: https://github.com/oscarotero/keep-a-changelog/issues/59
|
|
153
157
|
[#61]: https://github.com/oscarotero/keep-a-changelog/issues/61
|
|
154
158
|
[#62]: https://github.com/oscarotero/keep-a-changelog/issues/62
|
|
159
|
+
[#64]: https://github.com/oscarotero/keep-a-changelog/issues/64
|
|
155
160
|
|
|
161
|
+
[3.0.2]: https://github.com/oscarotero/keep-a-changelog/compare/v3.0.1...v3.0.2
|
|
156
162
|
[3.0.1]: https://github.com/oscarotero/keep-a-changelog/compare/v3.0.0...v3.0.1
|
|
157
163
|
[3.0.0]: https://github.com/oscarotero/keep-a-changelog/compare/v2.8.0...v3.0.0
|
|
158
164
|
[2.8.0]: https://github.com/oscarotero/keep-a-changelog/compare/v2.7.1...v2.8.0
|
package/bin.js
CHANGED
package/package.json
CHANGED
package/types/bin.d.ts
CHANGED