Skip to content

Commit ba1a5b7

Browse files
committed
Release 2.1.0
1 parent 036bc15 commit ba1a5b7

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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.0.0 (2021-09-08)
5+
## 2.1.0 (2022-03-16)
6+
7+
### ✨ Features
8+
9+
- 🌟 Added Azami operator icon & metadata ([5561296](https://github.com/marcopixel/r6operators/commit/55612961add5b512896f388e31af96bb8f07f49c))
10+
- 🪙 Add operator prices (by [@leochras](https://github.com/leochras), [f2f5b62](https://github.com/marcopixel/r6operators/commit/f2f5b62a1c29b2b023126d1a9af8bca8dce1936f))
11+
12+
### 🐛 Bug Fixes
13+
14+
- 🛠 Corrected incorrect season on Ela (by [@danielwerg](https://github.com/danielwerg), [6a8e270](https://github.com/marcopixel/r6operators/commit/6a8e27019e96dd3a9a17dba04065e3737fd76800))
15+
16+
## 2.0.0 (2021-12-01)
617

718
### ✨ Features
819

@@ -20,5 +31,3 @@ All versions upwards from `2.0.0` project will be documented in this file. For a
2031
- **BREAKING**: Renamed `[op].ratings.armor` to `[op].ratings.health` ([4311beb](https://github.com/marcopixel/r6operators/commit/4311beb57cc80ae2562631c83e6d6bbf2bad2b0a))
2132
- **BREAKING**: PNG files are no longer supplied with the library ([See #1 for more information](https://github.com/marcopixel/r6operators/issues/1#issuecomment-861881904))
2233
- **BREAKING**: Compiled library & icons path moved from `/lib` to `/dist` ([7756724](https://github.com/marcopixel/r6operators/commit/7756724e0f2d56cf7cc8521da8727c0804af06da))
23-
24-
Thanks to [@danielwerg](https://github.com/danielwerg) for his help on this release 👍

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.0.0",
3+
"version": "2.1.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",

0 commit comments

Comments
 (0)