Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 4e2b7c7

Browse files
tag: v2.1.1
1 parent a022027 commit 4e2b7c7

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v2.1.0](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.0)
10+
## [v2.1.1](https://github.com/ArthurFiorette/steam-trader/compare/v2.1.0...v2.1.1)
11+
12+
### Merged
13+
14+
- build(deps): bump steam-user from 4.20.0 to 4.20.1 in /app [`#240`](https://github.com/ArthurFiorette/steam-trader/pull/240)
15+
- build(deps): bump axios from 0.21.4 to 0.24.0 in /web [`#241`](https://github.com/ArthurFiorette/steam-trader/pull/241)
16+
- build(deps): bump axios from 0.21.4 to 0.24.0 in /app [`#239`](https://github.com/ArthurFiorette/steam-trader/pull/239)
17+
- build(deps): bump node from 16.10.0-alpine to 16.12.0-alpine in /web [`#237`](https://github.com/ArthurFiorette/steam-trader/pull/237)
18+
- build(deps): bump node from 16.10.0-alpine to 16.12.0-alpine in /app [`#238`](https://github.com/ArthurFiorette/steam-trader/pull/238)
19+
- build(deps): bump steam-tradeoffer-manager from 2.10.3 to 2.10.4 in /app [`#244`](https://github.com/ArthurFiorette/steam-trader/pull/244)
20+
- fix: Docker image compilation fixes. [`#242`](https://github.com/ArthurFiorette/steam-trader/pull/242)
21+
- build(deps): bump steam-user from 4.19.12 to 4.20.0 in /app [`#226`](https://github.com/ArthurFiorette/steam-trader/pull/226)
22+
23+
### Commits
24+
25+
- chore: remove commit descriptions in changelog [`7d495a0`](https://github.com/ArthurFiorette/steam-trader/commit/7d495a003c1ea5f6b9296307a595434e00d92161)
26+
- docs: updated docs [`344cb21`](https://github.com/ArthurFiorette/steam-trader/commit/344cb21292465ca1d43f3ccfae18b0e805d91ed0)
27+
- fix: avoid baseUrl imports (#243) [`162a58f`](https://github.com/ArthurFiorette/steam-trader/commit/162a58f5bf33d75f589f67fc0b8434834a286751)
28+
- refactor: added steam-* types and declarator for better type support [`a61a20d`](https://github.com/ArthurFiorette/steam-trader/commit/a61a20d79a5c3072eea2543fcee2a3581cd4e53a)
29+
- refactor: better method listeners [`e610521`](https://github.com/ArthurFiorette/steam-trader/commit/e61052126e154eef35b57b4b6fce6b38bdf92de8)
30+
- style: prettified code [`a022027`](https://github.com/ArthurFiorette/steam-trader/commit/a0220275e083e4aaea97bbbf549975f66d483e81)
31+
- style: prettified code [`0e38623`](https://github.com/ArthurFiorette/steam-trader/commit/0e3862330f128e6fd6519c2625978ef78f4be847)
32+
33+
## [v2.1.0](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.0) - 2021-09-24
1134

1235
### Merged
1336

@@ -42,6 +65,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4265
- merge: merge dependency conflict [`5e632ba`](https://github.com/ArthurFiorette/steam-trader/commit/5e632ba4c9c4c6a02b7d8dea2272d73f868874fc)
4366
- refactor: added all currencies [`eb6f87a`](https://github.com/ArthurFiorette/steam-trader/commit/eb6f87aa1eaf1101e87c73701a7d44054696e655)
4467
- style: use @arthurfiorette/prettier-config [`d772f58`](https://github.com/ArthurFiorette/steam-trader/commit/d772f58db43d7e37fc3a47affb2c2a3a3a1f108d)
68+
- tag: v2.1.0 [`4550707`](https://github.com/ArthurFiorette/steam-trader/commit/4550707a29b33f6dd59d75be7602c49d8fc009a1)
4569
- tag: v2.1.0 [`9a6f9b2`](https://github.com/ArthurFiorette/steam-trader/commit/9a6f9b210f18748034dbf667fb867d4743140da3)
4670
- tag: v2.1.1 [`a9eaa59`](https://github.com/ArthurFiorette/steam-trader/commit/a9eaa59b1554bec9d2f6539c14c42676424cce2c)
4771
- tag: v2.1.1 [`023da62`](https://github.com/ArthurFiorette/steam-trader/commit/023da62a2f6785050ffbbe205225d5f518eba0f9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "steam-trader",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An deployment ready and automated steam trade client!",
55
"license": "GPL-3.0",
66
"private": true,

0 commit comments

Comments
 (0)