Skip to content

Commit e40b334

Browse files
authored
Bump version (#1752)
* chore: bump version * docs: update changelog
1 parent 88488c3 commit e40b334

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- Added `BindingActivation`.
11-
- Added `BindingDeactivation`.
1210

1311
### Changed
1412

1513
### Removed
1614

15+
## [7.1.0]
16+
17+
### Added
18+
- Added `BindingActivation`.
19+
- Added `BindingDeactivation`.
20+
1721
## [7.0.2]
1822

1923
### 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.2"
80+
"version": "7.1.0"
8181
}

0 commit comments

Comments
 (0)