Skip to content

Commit fc138f7

Browse files
chore(release): 3.1.7 [skip ci]
## [3.1.7](v3.1.6...v3.1.7) (2023-04-18) ### Bug Fixes * correct the error code from EACCESS to EACCES ([84565f5](84565f5))
1 parent 2bdc7a7 commit fc138f7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.7](https://github.com/soundcloud/intervene/compare/v3.1.6...v3.1.7) (2023-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* correct the error code from EACCESS to EACCES ([84565f5](https://github.com/soundcloud/intervene/commit/84565f548a2cd5a9e330e6f20cbdb05f180747ce))
7+
18
## [3.1.6](https://github.com/soundcloud/intervene/compare/v3.1.5...v3.1.6) (2023-02-17)
29

310

package-lock.json

+1-1
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
@@ -1,6 +1,6 @@
11
{
22
"name": "intervene",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"bin": {

0 commit comments

Comments
 (0)