Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2023
1 parent 6c2fa46 commit d1a90a5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-stingrays-smile.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/cyan-knives-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-hornets-argue.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# skuba

## 6.2.1

### Patch Changes

- **template/oss-npm-package:** Set `publishConfig.provenance` to `true` ([#1182](https://github.com/seek-oss/skuba/pull/1182))

See <https://github.blog/2023-04-19-introducing-npm-package-provenance/> for more information.

- **template:** Change some lambda worker info logs to debug ([#1178](https://github.com/seek-oss/skuba/pull/1178))

The "Function succeeded" log message was changed from `info` to `debug`
to reduce the amount of unnecessary logs in production.
The message will still be logged in dev environments but at a `debug`
level.

The "Function succeeded" log message was retained as it is part of unit-testing
the handler.

- **tsconfig:** Turn off [`noUnusedLocals`](https://www.typescriptlang.org/tsconfig#noUnusedLocals) and [`noUnusedParameters`](https://www.typescriptlang.org/tsconfig#noUnusedParameters) ([#1181](https://github.com/seek-oss/skuba/pull/1181))

[SEEK's ESLint config](https://github.com/seek-oss/eslint-config-seek) has a [rule](https://eslint.org/docs/latest/rules/no-unused-vars) which works for both function and types. We do not need both tools to do the same thing and ESLint has better support for ignoring files if needed.

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skuba",
"version": "6.2.0",
"version": "6.2.1",
"private": false,
"description": "SEEK development toolkit for backend applications and packages",
"homepage": "https://github.com/seek-oss/skuba#readme",
Expand Down

0 comments on commit d1a90a5

Please sign in to comment.