From 4550707a29b33f6dd59d75be7602c49d8fc009a1 Mon Sep 17 00:00:00 2001 From: Hazork Date: Fri, 24 Sep 2021 10:44:50 -0300 Subject: [PATCH] tag: v2.1.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6abb0c..3074a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.1.1](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.1) +## [v2.1.0](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.0) ### Merged @@ -37,11 +37,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: automatic changelog generation [`fff7b1a`](https://github.com/ArthurFiorette/steam-trader/commit/fff7b1afcc6d09d23904087e9a09b9f53b569b7e) - deps: revert webpack to 5.52.0 [`104e1cd`](https://github.com/ArthurFiorette/steam-trader/commit/104e1cd8adeffde4674b3bf6bd74c054f95fe703) - deps: updated all dependencies [`cf5ec0e`](https://github.com/ArthurFiorette/steam-trader/commit/cf5ec0e55ad2e6c21be53afdf347168d7d9e59f5) +- fix: for some reason the version was bumping to 2.1.1 [`b9117df`](https://github.com/ArthurFiorette/steam-trader/commit/b9117dfb077a0b237745b8bb8157dafb142e1409) - fix: updated currency usage [`4773977`](https://github.com/ArthurFiorette/steam-trader/commit/47739773f46ba99384281540498484a54c68bc8e) - merge: merge dependency conflict [`5e632ba`](https://github.com/ArthurFiorette/steam-trader/commit/5e632ba4c9c4c6a02b7d8dea2272d73f868874fc) - refactor: added all currencies [`eb6f87a`](https://github.com/ArthurFiorette/steam-trader/commit/eb6f87aa1eaf1101e87c73701a7d44054696e655) - style: use @arthurfiorette/prettier-config [`d772f58`](https://github.com/ArthurFiorette/steam-trader/commit/d772f58db43d7e37fc3a47affb2c2a3a3a1f108d) - tag: v2.1.0 [`9a6f9b2`](https://github.com/ArthurFiorette/steam-trader/commit/9a6f9b210f18748034dbf667fb867d4743140da3) +- tag: v2.1.1 [`a9eaa59`](https://github.com/ArthurFiorette/steam-trader/commit/a9eaa59b1554bec9d2f6539c14c42676424cce2c) - tag: v2.1.1 [`023da62`](https://github.com/ArthurFiorette/steam-trader/commit/023da62a2f6785050ffbbe205225d5f518eba0f9) ## [v2.0.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.4.0...v2.0.0) - 2021-09-04 diff --git a/package.json b/package.json index c6ec1fd..730323f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-trader", - "version": "2.0.0", + "version": "2.1.0", "description": "An deployment ready and automated steam trade client!", "license": "GPL-3.0", "private": true,