Skip to content

Commit 29f755f

Browse files
authored
Bump version (#1738)
* chore: bump version * docs: update changelog
1 parent 98d7e11 commit 29f755f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Removed
1414

15+
## [7.0.0]
16+
17+
Parity version with `7.0.0-alpha.5`
18+
1519
## [7.0.0-alpha.5]
1620

1721
### Changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
7878
},
7979
"sideEffects": false,
80-
"version": "7.0.0-alpha.5"
80+
"version": "7.0.0"
8181
}

0 commit comments

Comments
 (0)