Skip to content

Commit b183c92

Browse files
committed
3.0.0
1 parent 2adc02f commit b183c92

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v2.1.3](https://github.com/SocketDev/socket-config-js/compare/v2.1.2...v2.1.3)
10+
## [v3.0.0](https://github.com/SocketDev/socket-config-js/compare/v2.1.3...v3.0.0)
11+
12+
### Merged
13+
14+
- Bump chai-as-promised from 7.1.2 to 8.0.1 [`#41`](https://github.com/SocketDev/socket-config-js/pull/41)
15+
- Bump actions/checkout from 3 to 4 [`#36`](https://github.com/SocketDev/socket-config-js/pull/36)
16+
- Bump installed-check from 7.1.2 to 9.3.0 [`#42`](https://github.com/SocketDev/socket-config-js/pull/42)
17+
- Bump @tsconfig/node14 from 1.0.3 to 14.1.3 [`#43`](https://github.com/SocketDev/socket-config-js/pull/43)
18+
- Bump actions/setup-node from 3 to 4 [`#40`](https://github.com/SocketDev/socket-config-js/pull/40)
19+
- Bump typescript from 5.1.6 to 5.8.3 [`#44`](https://github.com/SocketDev/socket-config-js/pull/44)
20+
- Bump c8 from 7.14.0 to 10.1.3 [`#45`](https://github.com/SocketDev/socket-config-js/pull/45)
21+
- Bump installed-check from 6.0.5 to 7.0.0 [`#21`](https://github.com/SocketDev/socket-config-js/pull/21)
22+
23+
### Commits
24+
25+
- Switch to neostandard, no more self maintained eslint bases [`9aaa0be`](https://github.com/SocketDev/socket-config-js/commit/9aaa0beeaeec78dfd7fcda762d7e873500a22581)
26+
- Fix warnings [`79fb6ed`](https://github.com/SocketDev/socket-config-js/commit/79fb6ed4a0a87ac338e41fe503f58696413cfc79)
27+
- Fix engine narrowing [`ba6da87`](https://github.com/SocketDev/socket-config-js/commit/ba6da87cdb5faffa77c72c03577a5831b7606681)
28+
29+
## [v2.1.3](https://github.com/SocketDev/socket-config-js/compare/v2.1.2...v2.1.3) - 2023-04-05
1130

1231
### Merged
1332

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/config",
3-
"version": "2.1.3",
3+
"version": "3.0.0",
44
"description": "Config parser for Socket.dev",
55
"homepage": "http://github.com/SocketDev/socket-config-js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)