Skip to content

Commit 7e95198

Browse files
committed
Release 2.6.0
1 parent a473b7b commit 7e95198

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## 2.6.0 (2023-09-04)
6+
7+
### ✨ Features
8+
9+
- 🌟 Added Ram operator icon & metadata ([5f5f2b9](https://github.com/marcopixel/r6operators/commit/5f5f2b9a2bd59497383535c9b9155c0d26707aa1))
10+
511
## 2.5.0 (2023-05-24)
612

713
### ✨ Features

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.5.0",
3+
"version": "2.6.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 = "Y8S2"
11+
const CURRENT_SEASON = "Y8S3"
1212

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

0 commit comments

Comments
 (0)