We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7ae7b commit 0a5c36cCopy full SHA for 0a5c36c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "r6operators",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"description": "r6operators is a collection of high-quality vectorized Rainbow Six: Siege Operator icons & metadata for Node.js",
5
"keywords": [
6
"rainbow six siege",
scripts/config.ts
@@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
8
const ENTRY_FILE = path.resolve("./src/index.ts")
9
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")
10
11
-const CURRENT_SEASON = "Y7S3"
+const CURRENT_SEASON = "Y7S4"
12
13
const SVGO_PLUGINS: PluginConfig[] = [
14
// "cleanupIDs" plugin is added at the build-optimized-svg script directly
0 commit comments