Skip to content

Commit 4a3b8cc

Browse files
committed
2.1.1
1 parent 46bb909 commit 4a3b8cc

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## [v2.1.1](https://github.com/SocketDev/socket-config-js/compare/v2.1.0...v2.1.1)
11+
12+
### Merged
13+
14+
- Add basic release automation [`#15`](https://github.com/SocketDev/socket-config-js/pull/15)
15+
- Add type checks [`#14`](https://github.com/SocketDev/socket-config-js/pull/14)
16+
17+
### Commits
18+
19+
- Update permissions on release.yml [`cd51b95`](https://github.com/SocketDev/socket-config-js/commit/cd51b958a21fddd5770e116d62d88480ed26929c)
20+
- Remove provenance flag [`46bb909`](https://github.com/SocketDev/socket-config-js/commit/46bb909c05703c5d22528b0dfd9ac5896f52c05f)
21+
- Enable manual triggering of type checks [`c354162`](https://github.com/SocketDev/socket-config-js/commit/c354162abf8f39fddcc493b1879122d4ff4fe61a)
22+
23+
## [v2.1.0](https://github.com/SocketDev/socket-config-js/compare/v2.0.0...v2.1.0) - 2023-02-21
24+
25+
### Merged
26+
27+
- Add dependencyOverviewEnabled setting [`#12`](https://github.com/SocketDev/socket-config-js/pull/12)
28+
29+
### Commits
30+
31+
- Update dev dependencies [`b222e73`](https://github.com/SocketDev/socket-config-js/commit/b222e73c19a2f561401b36f1c15ce90882ef6772)
32+
- Rename to dependencyOverviewEnabled [`e751d18`](https://github.com/SocketDev/socket-config-js/commit/e751d18790049dbf8bfa5269182b27df185dbde7)
33+
- Add depDiffCommentsEnabled setting [`bccd0a1`](https://github.com/SocketDev/socket-config-js/commit/bccd0a14fbfbef06cbb4e81f5550567e02a3fdca)
34+
35+
## [v2.0.0](https://github.com/SocketDev/socket-config-js/compare/v1.2.1...v2.0.0) - 2022-12-14
36+
37+
### Merged
38+
39+
- Fix #7: No needless async functions [`#8`](https://github.com/SocketDev/socket-config-js/pull/8)
40+
- Expose a function to get the default config [`#6`](https://github.com/SocketDev/socket-config-js/pull/6)
41+
- Make github options nullable [`#5`](https://github.com/SocketDev/socket-config-js/pull/5)
42+
43+
### Fixed
44+
45+
- Fix #7: No needless async functions (#8) [`#7`](https://github.com/SocketDev/socket-config-js/issues/7) [`#7`](https://github.com/SocketDev/socket-config-js/issues/7)
46+
47+
## [v1.2.1](https://github.com/SocketDev/socket-config-js/compare/v1.2.0...v1.2.1) - 2022-12-13
48+
49+
### Merged
50+
51+
- Add defaults for all values [`#4`](https://github.com/SocketDev/socket-config-js/pull/4)
52+
53+
## [v1.2.0](https://github.com/SocketDev/socket-config-js/compare/v1.1.0...v1.2.0) - 2022-12-13
54+
55+
### Merged
56+
57+
- Export the schema as a JSON file [`#3`](https://github.com/SocketDev/socket-config-js/pull/3)
58+
59+
### Commits
60+
61+
- Include `lib/` in `tsconfig.json` [`3239077`](https://github.com/SocketDev/socket-config-js/commit/32390773eaaece4e8447d066cded0159b69183e6)
62+
- Merge pull request #2 from SocketDev/bret/v1 [`91c1d9f`](https://github.com/SocketDev/socket-config-js/commit/91c1d9fae6dd925ed1ab6d6a0864747999b9e071)
63+
- Add support for V1 mapping [`749a06c`](https://github.com/SocketDev/socket-config-js/commit/749a06ca38440abbd6acc762ce90e7c17494d100)
64+
65+
## [v1.1.0](https://github.com/SocketDev/socket-config-js/compare/v1.0.0...v1.1.0) - 2022-12-13
66+
67+
### Commits
68+
69+
- Add more data to `SocketValidationError` [`16a7eb8`](https://github.com/SocketDev/socket-config-js/commit/16a7eb8cbdbf4d5a74c138eb506546dbe8c19554)
70+
71+
## v1.0.0 - 2022-12-13
72+
73+
### Commits
74+
75+
- Initial commit [`b1504b2`](https://github.com/SocketDev/socket-config-js/commit/b1504b2c3340de5ebcd1d5e652f77d50631d70b2)

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.0",
3+
"version": "2.1.1",
44
"description": "Config parser for Socket.dev",
55
"homepage": "http://github.com/SocketDev/socket-config-js",
66
"repository": {

0 commit comments

Comments
 (0)