Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Dec 7, 2022
1 parent ad7ae7b commit 0a5c36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r6operators",
"version": "2.3.0",
"version": "2.4.0",
"description": "r6operators is a collection of high-quality vectorized Rainbow Six: Siege Operator icons & metadata for Node.js",
"keywords": [
"rainbow six siege",
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
const ENTRY_FILE = path.resolve("./src/index.ts")
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")

const CURRENT_SEASON = "Y7S3"
const CURRENT_SEASON = "Y7S4"

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

0 comments on commit 0a5c36c

Please sign in to comment.