Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
socket-bot committed Mar 3, 2023
1 parent 46bb909 commit 4a3b8cc
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1 deletion.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [v2.1.1](https://github.com/SocketDev/socket-config-js/compare/v2.1.0...v2.1.1)

### Merged

- Add basic release automation [`#15`](https://github.com/SocketDev/socket-config-js/pull/15)
- Add type checks [`#14`](https://github.com/SocketDev/socket-config-js/pull/14)

### Commits

- Update permissions on release.yml [`cd51b95`](https://github.com/SocketDev/socket-config-js/commit/cd51b958a21fddd5770e116d62d88480ed26929c)
- Remove provenance flag [`46bb909`](https://github.com/SocketDev/socket-config-js/commit/46bb909c05703c5d22528b0dfd9ac5896f52c05f)
- Enable manual triggering of type checks [`c354162`](https://github.com/SocketDev/socket-config-js/commit/c354162abf8f39fddcc493b1879122d4ff4fe61a)

## [v2.1.0](https://github.com/SocketDev/socket-config-js/compare/v2.0.0...v2.1.0) - 2023-02-21

### Merged

- Add dependencyOverviewEnabled setting [`#12`](https://github.com/SocketDev/socket-config-js/pull/12)

### Commits

- Update dev dependencies [`b222e73`](https://github.com/SocketDev/socket-config-js/commit/b222e73c19a2f561401b36f1c15ce90882ef6772)
- Rename to dependencyOverviewEnabled [`e751d18`](https://github.com/SocketDev/socket-config-js/commit/e751d18790049dbf8bfa5269182b27df185dbde7)
- Add depDiffCommentsEnabled setting [`bccd0a1`](https://github.com/SocketDev/socket-config-js/commit/bccd0a14fbfbef06cbb4e81f5550567e02a3fdca)

## [v2.0.0](https://github.com/SocketDev/socket-config-js/compare/v1.2.1...v2.0.0) - 2022-12-14

### Merged

- Fix #7: No needless async functions [`#8`](https://github.com/SocketDev/socket-config-js/pull/8)
- Expose a function to get the default config [`#6`](https://github.com/SocketDev/socket-config-js/pull/6)
- Make github options nullable [`#5`](https://github.com/SocketDev/socket-config-js/pull/5)

### Fixed

- 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)

## [v1.2.1](https://github.com/SocketDev/socket-config-js/compare/v1.2.0...v1.2.1) - 2022-12-13

### Merged

- Add defaults for all values [`#4`](https://github.com/SocketDev/socket-config-js/pull/4)

## [v1.2.0](https://github.com/SocketDev/socket-config-js/compare/v1.1.0...v1.2.0) - 2022-12-13

### Merged

- Export the schema as a JSON file [`#3`](https://github.com/SocketDev/socket-config-js/pull/3)

### Commits

- Include `lib/` in `tsconfig.json` [`3239077`](https://github.com/SocketDev/socket-config-js/commit/32390773eaaece4e8447d066cded0159b69183e6)
- Merge pull request #2 from SocketDev/bret/v1 [`91c1d9f`](https://github.com/SocketDev/socket-config-js/commit/91c1d9fae6dd925ed1ab6d6a0864747999b9e071)
- Add support for V1 mapping [`749a06c`](https://github.com/SocketDev/socket-config-js/commit/749a06ca38440abbd6acc762ce90e7c17494d100)

## [v1.1.0](https://github.com/SocketDev/socket-config-js/compare/v1.0.0...v1.1.0) - 2022-12-13

### Commits

- Add more data to `SocketValidationError` [`16a7eb8`](https://github.com/SocketDev/socket-config-js/commit/16a7eb8cbdbf4d5a74c138eb506546dbe8c19554)

## v1.0.0 - 2022-12-13

### Commits

- Initial commit [`b1504b2`](https://github.com/SocketDev/socket-config-js/commit/b1504b2c3340de5ebcd1d5e652f77d50631d70b2)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsecurity/config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Config parser for Socket.dev",
"homepage": "http://github.com/SocketDev/socket-config-js",
"repository": {
Expand Down

0 comments on commit 4a3b8cc

Please sign in to comment.