Skip to content

Commit

Permalink
chore: bump version (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Feb 2, 2025
1 parent 7dc7d9f commit 44db87d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project from 5.0.0 forward will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0-alpha.4]

Parity version with `7.0.0-alpha.3`.

## [6.2.2]

- Solved issue with npm registry.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
},
"sideEffects": false,
"version": "7.0.0-alpha.3"
"version": "7.0.0-alpha.4"
}

0 comments on commit 44db87d

Please sign in to comment.