Skip to content

Commit

Permalink
tag: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Nov 8, 2021
1 parent a022027 commit 4e2b7c7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,30 @@ 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.0](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.0)
## [v2.1.1](https://github.com/ArthurFiorette/steam-trader/compare/v2.1.0...v2.1.1)

### Merged

- build(deps): bump steam-user from 4.20.0 to 4.20.1 in /app [`#240`](https://github.com/ArthurFiorette/steam-trader/pull/240)
- build(deps): bump axios from 0.21.4 to 0.24.0 in /web [`#241`](https://github.com/ArthurFiorette/steam-trader/pull/241)
- build(deps): bump axios from 0.21.4 to 0.24.0 in /app [`#239`](https://github.com/ArthurFiorette/steam-trader/pull/239)
- 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)
- 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)
- 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)
- fix: Docker image compilation fixes. [`#242`](https://github.com/ArthurFiorette/steam-trader/pull/242)
- build(deps): bump steam-user from 4.19.12 to 4.20.0 in /app [`#226`](https://github.com/ArthurFiorette/steam-trader/pull/226)

### Commits

- chore: remove commit descriptions in changelog [`7d495a0`](https://github.com/ArthurFiorette/steam-trader/commit/7d495a003c1ea5f6b9296307a595434e00d92161)
- docs: updated docs [`344cb21`](https://github.com/ArthurFiorette/steam-trader/commit/344cb21292465ca1d43f3ccfae18b0e805d91ed0)
- fix: avoid baseUrl imports (#243) [`162a58f`](https://github.com/ArthurFiorette/steam-trader/commit/162a58f5bf33d75f589f67fc0b8434834a286751)
- refactor: added steam-* types and declarator for better type support [`a61a20d`](https://github.com/ArthurFiorette/steam-trader/commit/a61a20d79a5c3072eea2543fcee2a3581cd4e53a)
- refactor: better method listeners [`e610521`](https://github.com/ArthurFiorette/steam-trader/commit/e61052126e154eef35b57b4b6fce6b38bdf92de8)
- style: prettified code [`a022027`](https://github.com/ArthurFiorette/steam-trader/commit/a0220275e083e4aaea97bbbf549975f66d483e81)
- style: prettified code [`0e38623`](https://github.com/ArthurFiorette/steam-trader/commit/0e3862330f128e6fd6519c2625978ef78f4be847)

## [v2.1.0](https://github.com/ArthurFiorette/steam-trader/compare/v2.0.0...v2.1.0) - 2021-09-24

### Merged

Expand Down Expand Up @@ -42,6 +65,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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 [`4550707`](https://github.com/ArthurFiorette/steam-trader/commit/4550707a29b33f6dd59d75be7602c49d8fc009a1)
- 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)
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": "steam-trader",
"version": "2.1.0",
"version": "2.1.1",
"description": "An deployment ready and automated steam trade client!",
"license": "GPL-3.0",
"private": true,
Expand Down

0 comments on commit 4e2b7c7

Please sign in to comment.