Skip to content

Commit 0a5c36c

Browse files
committed
Release 2.4.0
1 parent ad7ae7b commit 0a5c36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r6operators",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "r6operators is a collection of high-quality vectorized Rainbow Six: Siege Operator icons & metadata for Node.js",
55
"keywords": [
66
"rainbow six siege",

scripts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
88
const ENTRY_FILE = path.resolve("./src/index.ts")
99
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")
1010

11-
const CURRENT_SEASON = "Y7S3"
11+
const CURRENT_SEASON = "Y7S4"
1212

1313
const SVGO_PLUGINS: PluginConfig[] = [
1414
// "cleanupIDs" plugin is added at the build-optimized-svg script directly

0 commit comments

Comments
 (0)