Skip to content

Commit

Permalink
Bump reng to latest version (1.3.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 committed Oct 25, 2023
1 parent 24bc901 commit ca5c7ed
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 44 deletions.
98 changes: 56 additions & 42 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rules/sample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

// fensak remove-start
import type { IChangeSetMetadata, IPatch } from "npm:@fensak-io/reng@^1.2.1";
import type { IChangeSetMetadata, IPatch } from "npm:@fensak-io/reng@^1.3.0";
// fensak remove-end

// deno-lint-ignore no-unused-vars
Expand Down
2 changes: 1 addition & 1 deletion rules/sample_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
RuleFnSourceLang,
RuleLogMode,
runRule,
} from "npm:@fensak-io/reng@^1.2.1";
} from "npm:@fensak-io/reng@^1.3.0";
import { Octokit } from "npm:@octokit/rest@^20.0.0";

const __dirname = new URL(".", import.meta.url).pathname;
Expand Down

0 comments on commit ca5c7ed

Please sign in to comment.