Skip to content

Commit

Permalink
chore(deps): Update todos version to v0.10.0 (#1330)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable first-line-h1 -->

**Description:**

Update the version of `todos` to v0.10.0

**Related Issues:**

N/A

**Checklist:**

- [x] Review the [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md)
documentation.
- [x] Add a reference to a related issue in the repository.
- [x] Add a description of the changes proposed in the pull request.
- [x] Add unit tests if applicable.
- [x] Update documentation if applicable.
- [x] Add a note in the [CHANGELOG.md](../blob/main/CHANGELOG.md) if
applicable.
- [x] Sign the [Google
CLA](https://cla.developers.google.com/about/google-corporate).

Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Oct 31, 2024
1 parent bf11fc7 commit 315d9ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## Unreleased

- Updated the version of `todos` used to v0.10.0.

## [1.3.0] - 2024-08-13

- Updated the version of `todos` used to v0.9.0.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const exec = __importStar(__nccwpck_require__(1514));
const github = __importStar(__nccwpck_require__(5438));
const verifier = __importStar(__nccwpck_require__(5122));
const process_1 = __nccwpck_require__(7282);
const TODOS_VERSION = "v0.9.0";
const TODOS_VERSION = "v0.10.0";
const SLSA_VERIFIER_VERSION = "v2.6.0";
// See: https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md
const SLSA_VERIFIER_SHA256SUM = "1c9c0d6a272063f3def6d233fa3372adbaff1f5a3480611a07c744e73246b62d";
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/reopener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import * as verifier from "./verifier";
import * as config from "./config";
import { env } from "process";

const TODOS_VERSION = "v0.9.0";
const TODOS_VERSION = "v0.10.0";
const SLSA_VERIFIER_VERSION = "v2.6.0";
// See: https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md
const SLSA_VERIFIER_SHA256SUM =
Expand Down

0 comments on commit 315d9ef

Please sign in to comment.