Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Sep 4, 2023
1 parent a473b7b commit 7e95198
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All versions upwards from `2.0.0` project will be documented in this file. For all older version, please check the [Releases](https://github.com/marcopixel/r6operators/releases/) tab.

## 2.6.0 (2023-09-04)

### ✨ Features

- 🌟 Added Ram operator icon & metadata ([5f5f2b9](https://github.com/marcopixel/r6operators/commit/5f5f2b9a2bd59497383535c9b9155c0d26707aa1))

## 2.5.0 (2023-05-24)

### ✨ Features
Expand Down
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.5.0",
"version": "2.6.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 = "Y8S2"
const CURRENT_SEASON = "Y8S3"

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

0 comments on commit 7e95198

Please sign in to comment.