File tree Expand file tree Collapse file tree 5 files changed +1502
-2792
lines changed
Expand file tree Collapse file tree 5 files changed +1502
-2792
lines changed Original file line number Diff line number Diff line change 5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 run : |
5656 gh release create ${{ github.ref_name }} \
57- --title "Release ${{ github.ref_name }}" \
57+ --title "${{ github.ref_name }}" \
5858 --notes "${{ steps.changelog.outputs.CHANGELOG }}"
5959
6060 # Uncomment to enable automatic npm publishing
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Security
11+
12+ - Updated ` @oclif/core ` from ^3 to ^4 to address js-yaml prototype pollution vulnerability
13+ - Updated ` @oclif/plugin-plugins ` from ^4 to ^5 for compatibility with @oclif/core v4
14+ - Updated ` @oclif/test ` from ^3 to ^4 to resolve transitive js-yaml vulnerability
15+
816## [ 1.0.0] - 2025-11-15
917
1018Initial release of Brew Competition CLI - a tool for extracting medal winners from homebrew competition platforms.
@@ -26,11 +34,5 @@ Initial release of Brew Competition CLI - a tool for extracting medal winners fr
2634- Export with ` --output json ` or ` --output csv `
2735- Batch process with ` --file config.json `
2836
29- ---
30-
31- ## [ Unreleased]
32-
33- No unreleased changes yet.
34-
3537[ Unreleased ] : https://github.com/tmack8001/brewcompetition-cli/compare/v1.0.0...HEAD
3638[ 1.0.0 ] : https://github.com/tmack8001/brewcompetition-cli/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments