Skip to content

Commit

Permalink
Merge pull request #972 from ava-labs/version-bump
Browse files Browse the repository at this point in the history
chore: version bump
  • Loading branch information
erictaylor authored Mar 3, 2025
2 parents dce972b + 61b51f9 commit b5e0877
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ const commitAnalyzerSetting = [
'@semantic-release/commit-analyzer',
{
preset: 'angular',
releaseRules: [
{
type: 'feat',
release: 'minor',
},
{
type: '*',
release: 'patch',
},
],
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],
},
},
];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avalabs/avalanchejs",
"version": "4.2.0",
"version": "5.0.0",
"description": "Avalanche Platform JS Library",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b5e0877

Please sign in to comment.