From 023da62a2f6785050ffbbe205225d5f518eba0f9 Mon Sep 17 00:00:00 2001 From: Hazork Date: Fri, 24 Sep 2021 10:19:55 -0300 Subject: [PATCH] tag: v2.1.1 --- CHANGELOG.md | 380 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 381 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59d9267 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,380 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +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) + +### Merged + +- build(deps-dev): bump @types/node from 16.7.10 to 16.9.6 in /app [`#220`](https://github.com/ArthurFiorette/steam-trader/pull/220) +- build(deps-dev): bump webpack from 5.52.0 to 5.53.0 in /web [`#215`](https://github.com/ArthurFiorette/steam-trader/pull/215) +- build(deps-dev): bump @babel/preset-env from 7.15.4 to 7.15.6 in /web [`#216`](https://github.com/ArthurFiorette/steam-trader/pull/216) +- build(deps-dev): bump @babel/cli from 7.15.4 to 7.15.7 in /app [`#218`](https://github.com/ArthurFiorette/steam-trader/pull/218) +- build(deps-dev): bump @types/mini-css-extract-plugin in /web [`#217`](https://github.com/ArthurFiorette/steam-trader/pull/217) +- build(deps-dev): bump mini-css-extract-plugin in /web [`#214`](https://github.com/ArthurFiorette/steam-trader/pull/214) +- build(deps): bump node from 16.9.1-alpine to 16.10.0-alpine in /app [`#222`](https://github.com/ArthurFiorette/steam-trader/pull/222) +- build(deps): bump node from 16.9.1-alpine to 16.10.0-alpine in /web [`#223`](https://github.com/ArthurFiorette/steam-trader/pull/223) +- build(deps-dev): bump webpack-dev-server from 4.1.0 to 4.2.1 in /web [`#210`](https://github.com/ArthurFiorette/steam-trader/pull/210) +- build(deps-dev): bump nodemon from 2.0.12 to 2.0.13 in /app [`#224`](https://github.com/ArthurFiorette/steam-trader/pull/224) +- build(deps): bump nth-check from 2.0.0 to 2.0.1 in /web [`#221`](https://github.com/ArthurFiorette/steam-trader/pull/221) +- build(deps-dev): bump @types/node from 16.7.10 to 16.9.2 in /web [`#213`](https://github.com/ArthurFiorette/steam-trader/pull/213) +- build(deps-dev): bump @types/react from 17.0.19 to 17.0.21 in /web [`#211`](https://github.com/ArthurFiorette/steam-trader/pull/211) +- build(deps-dev): bump terser-webpack-plugin from 5.2.3 to 5.2.4 in /web [`#203`](https://github.com/ArthurFiorette/steam-trader/pull/203) +- build(deps-dev): bump @babel/preset-env from 7.15.4 to 7.15.6 in /app [`#206`](https://github.com/ArthurFiorette/steam-trader/pull/206) +- build(deps): bump node from 16.8.0-alpine to 16.9.1-alpine in /web [`#208`](https://github.com/ArthurFiorette/steam-trader/pull/208) +- build(deps): bump node from 16.8.0-alpine to 16.9.1-alpine in /app [`#209`](https://github.com/ArthurFiorette/steam-trader/pull/209) +- build(deps): bump bootstrap from 5.1.0 to 5.1.1 in /web [`#197`](https://github.com/ArthurFiorette/steam-trader/pull/197) +- build(deps): bump axios from 0.21.3 to 0.21.4 in /web [`#190`](https://github.com/ArthurFiorette/steam-trader/pull/190) +- build(deps): bump axios from 0.21.3 to 0.21.4 in /app [`#191`](https://github.com/ArthurFiorette/steam-trader/pull/191) + +### Commits + +- chore: automatic changelog generation [`fff7b1a`](https://github.com/ArthurFiorette/steam-trader/commit/fff7b1afcc6d09d23904087e9a09b9f53b569b7e) +- deps: updated all dependencies [`cf5ec0e`](https://github.com/ArthurFiorette/steam-trader/commit/cf5ec0e55ad2e6c21be53afdf347168d7d9e59f5) +- 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) + +## [v2.0.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.4.0...v2.0.0) - 2021-09-04 + +### Merged + +- build(deps-dev): bump html-webpack-plugin from 5.3.1 to 5.3.2 in /web [`#187`](https://github.com/ArthurFiorette/steam-trader/pull/187) +- build(deps-dev): bump @types/react-dom from 17.0.3 to 17.0.9 in /web [`#185`](https://github.com/ArthurFiorette/steam-trader/pull/185) +- build(deps-dev): bump @babel/core from 7.13.15 to 7.15.5 in /web [`#186`](https://github.com/ArthurFiorette/steam-trader/pull/186) +- build(deps-dev): bump @babel/runtime from 7.13.10 to 7.15.4 in /web [`#188`](https://github.com/ArthurFiorette/steam-trader/pull/188) +- Bump @babel/preset-env from 7.13.15 to 7.15.4 in /web [`#178`](https://github.com/ArthurFiorette/steam-trader/pull/178) +- Bump @types/express from 4.17.11 to 4.17.13 in /web [`#181`](https://github.com/ArthurFiorette/steam-trader/pull/181) +- Bump react-bootstrap-icons from 1.4.0 to 1.5.0 in /web [`#183`](https://github.com/ArthurFiorette/steam-trader/pull/183) +- Bump webpack-cli from 4.6.0 to 4.8.0 in /web [`#184`](https://github.com/ArthurFiorette/steam-trader/pull/184) +- Bump @babel/preset-react from 7.13.13 to 7.14.5 in /web [`#182`](https://github.com/ArthurFiorette/steam-trader/pull/182) +- Bump @babel/plugin-transform-runtime from 7.13.15 to 7.15.0 in /app [`#172`](https://github.com/ArthurFiorette/steam-trader/pull/172) +- Bump @types/express from 4.17.11 to 4.17.13 in /app [`#171`](https://github.com/ArthurFiorette/steam-trader/pull/171) +- Bump socket.io from 4.0.1 to 4.2.0 in /app [`#177`](https://github.com/ArthurFiorette/steam-trader/pull/177) +- Bump @babel/plugin-transform-runtime from 7.13.15 to 7.15.0 in /web [`#175`](https://github.com/ArthurFiorette/steam-trader/pull/175) +- Bump bootstrap from 5.0.0-beta3 to 5.1.0 in /web [`#174`](https://github.com/ArthurFiorette/steam-trader/pull/174) +- Bump @babel/preset-typescript from 7.13.0 to 7.15.0 in /web [`#179`](https://github.com/ArthurFiorette/steam-trader/pull/179) +- Bump axios from 0.21.1 to 0.21.3 in /web [`#180`](https://github.com/ArthurFiorette/steam-trader/pull/180) +- Bump @types/cors from 2.8.10 to 2.8.12 in /app [`#170`](https://github.com/ArthurFiorette/steam-trader/pull/170) +- Bump nodemon from 2.0.7 to 2.0.12 in /app [`#176`](https://github.com/ArthurFiorette/steam-trader/pull/176) +- Bump path-parse from 1.0.6 to 1.0.7 in /web [`#137`](https://github.com/ArthurFiorette/steam-trader/pull/137) +- Bump path-parse from 1.0.6 to 1.0.7 in /app [`#138`](https://github.com/ArthurFiorette/steam-trader/pull/138) +- Bump normalize-url from 4.5.0 to 4.5.1 in /app [`#83`](https://github.com/ArthurFiorette/steam-trader/pull/83) +- Bump dns-packet from 1.3.1 to 1.3.4 in /web [`#69`](https://github.com/ArthurFiorette/steam-trader/pull/69) +- Bump browserslist from 4.16.3 to 4.16.8 in /web [`#165`](https://github.com/ArthurFiorette/steam-trader/pull/165) +- Bump @types/react from 17.0.3 to 17.0.19 in /web [`#173`](https://github.com/ArthurFiorette/steam-trader/pull/173) +- Bump ws from 6.2.1 to 7.4.6 in /web [`#166`](https://github.com/ArthurFiorette/steam-trader/pull/166) +- Bump glob-parent from 3.1.0 to 5.1.2 in /web [`#167`](https://github.com/ArthurFiorette/steam-trader/pull/167) +- Bump @babel/preset-typescript from 7.13.0 to 7.15.0 in /app [`#169`](https://github.com/ArthurFiorette/steam-trader/pull/169) +- Bump @babel/core from 7.13.15 to 7.15.5 in /app [`#157`](https://github.com/ArthurFiorette/steam-trader/pull/157) +- Bump path-parse from 1.0.6 to 1.0.7 [`#155`](https://github.com/ArthurFiorette/steam-trader/pull/155) +- Bump ws from 7.4.4 to 7.4.6 in /app [`#70`](https://github.com/ArthurFiorette/steam-trader/pull/70) +- Bump node from 15.14.0-alpine to 16.8.0-alpine in /app [`#150`](https://github.com/ArthurFiorette/steam-trader/pull/150) +- Bump node from 15.14.0-alpine to 16.8.0-alpine in /web [`#151`](https://github.com/ArthurFiorette/steam-trader/pull/151) +- Bump @babel/preset-env from 7.13.15 to 7.15.4 in /app [`#161`](https://github.com/ArthurFiorette/steam-trader/pull/161) +- Bump @babel/cli from 7.13.14 to 7.15.4 in /app [`#162`](https://github.com/ArthurFiorette/steam-trader/pull/162) +- Solved the problem with compiling applications on linux. [`#149`](https://github.com/ArthurFiorette/steam-trader/pull/149) +- Revert "Bump @types/webpack from 4.41.27 to 5.28.0 in /web (#16)" [`#26`](https://github.com/ArthurFiorette/steam-trader/pull/26) + +### Commits + +- 🤖 Dependabot weekly [`083023a`](https://github.com/ArthurFiorette/steam-trader/commit/083023a5e3b38570c9bc77a0611175fa79186353) +- chore: filename in lowercase [`226d4cf`](https://github.com/ArthurFiorette/steam-trader/commit/226d4cfdb2514b33b18f2235b50aed15d295ae79) +- chore: remove duplicated line [`34d6e2f`](https://github.com/ArthurFiorette/steam-trader/commit/34d6e2f0b592356294a12ee703f75f5037b2c350) +- ci: another test [`cf5bba3`](https://github.com/ArthurFiorette/steam-trader/commit/cf5bba327710494b7da62cea910f7d5407c97019) +- ci: fix ci paths [`7c32ffd`](https://github.com/ArthurFiorette/steam-trader/commit/7c32ffdd2dcdd8ba6133e8dac9191fecc06a5535) +- ci: i forgot to install npm packages :D [`ff9c8f2`](https://github.com/ArthurFiorette/steam-trader/commit/ff9c8f2430aa8f21ccb2769bdffd1b86215fe94b) +- ci: use default caching from setup-node [`97b62f7`](https://github.com/ArthurFiorette/steam-trader/commit/97b62f7fc40bf35a5aced50a4a3e82ca79802c48) +- Delete docs folder [`64a7f24`](https://github.com/ArthurFiorette/steam-trader/commit/64a7f248d4b8b4fb07f785ff97d8669e6b689308) +- deps: updated more dependencies [`658d2a9`](https://github.com/ArthurFiorette/steam-trader/commit/658d2a90c288cb3359b2ac1c5631fa15e125dbe0) +- deps: updated some packages [`cea225a`](https://github.com/ArthurFiorette/steam-trader/commit/cea225a670925af1188f83601585908fedc98bb7) +- deps: updated yarn.lock [`20b122d`](https://github.com/ArthurFiorette/steam-trader/commit/20b122de1c4d8e039014b07e1d6fc58cf0a1691b) +- docs: removed unused script [`008ccb5`](https://github.com/ArthurFiorette/steam-trader/commit/008ccb5e7ba2fea41383fab30d3321ccc6c99f85) +- docs: security.md [`79664bb`](https://github.com/ArthurFiorette/steam-trader/commit/79664bbbd967e9fda34e6bfcb805a521afa985e7) +- docs: updated security info [`8d08e50`](https://github.com/ArthurFiorette/steam-trader/commit/8d08e502524d82ed47fee5fcd0188caf890c19dc) +- docs: updated url [`4168b6d`](https://github.com/ArthurFiorette/steam-trader/commit/4168b6dc3641ce17a7b5537c15be871cd42186bf) +- dont ignore yarn.lock at .dockerignore [`6594bbc`](https://github.com/ArthurFiorette/steam-trader/commit/6594bbca5b89a97fe51448f26c775cf3217f012e) +- feat: code refactor, and a lot of changes [`29404f7`](https://github.com/ArthurFiorette/steam-trader/commit/29404f7c124f5380cb530b7b7a58e384a1c40b57) +- fix: fixed web menu and changed web server tsconfig [`a26f02a`](https://github.com/ArthurFiorette/steam-trader/commit/a26f02a485e4f5cb1857b20a6cac2711437d5df0) +- lint: fix lint issue and added lint script [`af0c09e`](https://github.com/ArthurFiorette/steam-trader/commit/af0c09e5bf461d40a2a153a5519d4d2e527d66fe) +- lint: fix tsc warnings [`7de4c7a`](https://github.com/ArthurFiorette/steam-trader/commit/7de4c7a1f4bd8e363df2255e43c87cba0b414c4d) +- merge: merged code [`04c39c8`](https://github.com/ArthurFiorette/steam-trader/commit/04c39c8c1a0544f8da4e0aa49e85a6b2ad255d4a) +- style: prettified code [`5cd7702`](https://github.com/ArthurFiorette/steam-trader/commit/5cd7702a4ddf8f62f6103fdb812c9955ed4a059d) +- style: tab to space [`acfb3f1`](https://github.com/ArthurFiorette/steam-trader/commit/acfb3f13edfdc34bb9a0fe4d9a15e6ca01f35e4d) + +## [v1.4.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.2.1...v1.4.0) - 2021-04-15 + +### Merged + +- Bump @types/node from 14.14.37 to 14.14.39 in /web [`#18`](https://github.com/ArthurFiorette/steam-trader/pull/18) +- Bump steam-user from 4.19.3 to 4.19.4 in /app [`#12`](https://github.com/ArthurFiorette/steam-trader/pull/12) +- Bump node from 14.16-alpine to 15.14.0-alpine in /web [`#10`](https://github.com/ArthurFiorette/steam-trader/pull/10) +- Bump node from 14.16-alpine to 15.14.0-alpine in /app [`#11`](https://github.com/ArthurFiorette/steam-trader/pull/11) +- Bump steam-tradeoffer-manager from 2.10.2 to 2.10.3 in /app [`#13`](https://github.com/ArthurFiorette/steam-trader/pull/13) +- Bump @types/node from 14.14.37 to 14.14.39 in /app [`#14`](https://github.com/ArthurFiorette/steam-trader/pull/14) +- Bump webpack from 5.31.2 to 5.33.2 in /web [`#15`](https://github.com/ArthurFiorette/steam-trader/pull/15) +- Bump @types/webpack from 4.41.27 to 5.28.0 in /web [`#16`](https://github.com/ArthurFiorette/steam-trader/pull/16) +- Bump concurrently from 6.0.1 to 6.0.2 in /web [`#17`](https://github.com/ArthurFiorette/steam-trader/pull/17) +- Dependabot correctly set up [`#9`](https://github.com/ArthurFiorette/steam-trader/pull/9) +- Create dependabot.yml [`#8`](https://github.com/ArthurFiorette/steam-trader/pull/8) +- Todo actions [`#1`](https://github.com/ArthurFiorette/steam-trader/pull/1) + +### Commits + +- _No commit message_ [`2980a2d`](https://github.com/ArthurFiorette/steam-trader/commit/2980a2d88b02debe36b6f80ca11032afac2b078d) +- :( [`16c1bb6`](https://github.com/ArthurFiorette/steam-trader/commit/16c1bb676af3654e4f1bbbfe582e077438ba3ce7) +- :| [`84bf917`](https://github.com/ArthurFiorette/steam-trader/commit/84bf917ff17705d54af7e1286bb73c3d95015c7d) +- Account creation is working, but not in the best way [`3ea43ba`](https://github.com/ArthurFiorette/steam-trader/commit/3ea43ba820c6105539a0261ab5b50a052e06e66d) +- Account info box ready [`a758e8e`](https://github.com/ArthurFiorette/steam-trader/commit/a758e8eada85cd2ad4d92926be486b34aed1a56c) +- Account logout and code refactored [`6a3585f`](https://github.com/ArthurFiorette/steam-trader/commit/6a3585f9734060276e306273f871631094d1cdc2) +- Added edit menu, fixed duplicated logs and many more [`0c686a1`](https://github.com/ArthurFiorette/steam-trader/commit/0c686a13d6e59f0f21d014c325a1d7c898478634) +- Added logs from socket [`8788cb7`](https://github.com/ArthurFiorette/steam-trader/commit/8788cb7a2de92b072585781bf652cd78b3b68cad) +- Aggregate timeout 0 [`7a06af9`](https://github.com/ArthurFiorette/steam-trader/commit/7a06af91ed7d1751830286db121e3dacb2d3653a) +- Always pretty all files and change webpage image [`140c12e`](https://github.com/ArthurFiorette/steam-trader/commit/140c12e79b1c07dcc0a0c0dbb1328b19027b532f) +- App socket.io for trades and logs [`1ecfd01`](https://github.com/ArthurFiorette/steam-trader/commit/1ecfd0102c46d133816ba5c14d08b86a82a47d99) +- Background and vertical sizing adjustments [`714962d`](https://github.com/ArthurFiorette/steam-trader/commit/714962d95ca686e47efbacb7907d023346e13ec5) +- Badges link were wrong :) [`8708405`](https://github.com/ArthurFiorette/steam-trader/commit/870840532d961c4b44e9cad15206c02ab5833964) +- border shadow and page link through the header [`a732495`](https://github.com/ArthurFiorette/steam-trader/commit/a732495318bf9b477860a6525b0426650ec215ff) +- Box style with bootstrap [`ae4827e`](https://github.com/ArthurFiorette/steam-trader/commit/ae4827e99af0a24dafdc5f36831a47fc9feba9b4) +- Changed favicon to steam medal [`1a924c2`](https://github.com/ArthurFiorette/steam-trader/commit/1a924c2992109ac697fab16e7d122f8573bd02d4) +- Collect TODO comments [`3f41089`](https://github.com/ArthurFiorette/steam-trader/commit/3f4108960c206a175d85ba395f16b3b932b66b11) +- Collect TODO comments [`a24f5eb`](https://github.com/ArthurFiorette/steam-trader/commit/a24f5eb4a0ff21ada39adc878e48cda400305a17) +- Collect TODO comments [`680fc6e`](https://github.com/ArthurFiorette/steam-trader/commit/680fc6e99322f919277259cca69a069a0f5c23de) +- Collect TODO comments [`063cd90`](https://github.com/ArthurFiorette/steam-trader/commit/063cd9067c285736fd1e8f348e72bc6f32500723) +- Completely typed frontend! [`a7434f1`](https://github.com/ArthurFiorette/steam-trader/commit/a7434f146d23d93a465aac327f8ab5397300f359) +- Controller and logs changes [`c3fc68a`](https://github.com/ArthurFiorette/steam-trader/commit/c3fc68aa6cc0840c4628d10f30718cfabb082b8a) +- Correct docker tagging [`c8c040d`](https://github.com/ArthurFiorette/steam-trader/commit/c8c040dec12a25906345fe681fb0ce5fa6070caf) +- Create CNAME [`9f470bc`](https://github.com/ArthurFiorette/steam-trader/commit/9f470bc7516243993e00bd1f09527479386c1c54) +- Create CNAME [`fb0be88`](https://github.com/ArthurFiorette/steam-trader/commit/fb0be88a57e593c93f8a525c8e001b329f5eebc2) +- Currency fixes [`b6140a6`](https://github.com/ArthurFiorette/steam-trader/commit/b6140a6c7b2a2f12c04598f21e8f5a1e72d660b8) +- Debug action [`4553f5f`](https://github.com/ArthurFiorette/steam-trader/commit/4553f5f90bf3109a9cde0e62765052b4b56e3149) +- Delete CNAME [`ddf119b`](https://github.com/ArthurFiorette/steam-trader/commit/ddf119b23c6e15a8ee55fcffc2be835a2cac079b) +- Descentralized about text [`73187cb`](https://github.com/ArthurFiorette/steam-trader/commit/73187cb80c3cd7dc22326f6cf57e56dc653a9c1e) +- Development script [`9e5dc61`](https://github.com/ArthurFiorette/steam-trader/commit/9e5dc6105fd7b58b16e3bab1d1469350d91aa166) +- Dockerizing the frontend [`e68c604`](https://github.com/ArthurFiorette/steam-trader/commit/e68c604ef0d3fcbf52cd2a8c9a169f2c5644edb0) +- Downloading warn [`9de88fc`](https://github.com/ArthurFiorette/steam-trader/commit/9de88fcc33a6476c6bf944b170f396072b9e55bc) +- Emojis in readme [`7ea03af`](https://github.com/ArthurFiorette/steam-trader/commit/7ea03aff75f95b1abeda3906efacbba1b56a7c13) +- Express in the backend [`1bba300`](https://github.com/ArthurFiorette/steam-trader/commit/1bba300c65342c247d1e18cfb75d03d2ed73f586) +- Fix branch name [`754c682`](https://github.com/ArthurFiorette/steam-trader/commit/754c6824d1fc479b45be869ea110c2163e387c5b) +- Fix merge stuff [`0ed0e79`](https://github.com/ArthurFiorette/steam-trader/commit/0ed0e790f9bbf20ed15534cf852dcd6bfd7d8eb0) +- Fixed serialize overriding account.status [`444276c`](https://github.com/ArthurFiorette/steam-trader/commit/444276c829c3b03daba53f6701b94a0f1c9dd518) +- General code improvement [`252f7e1`](https://github.com/ArthurFiorette/steam-trader/commit/252f7e123cbea639a416ce7320ab347002e21017) +- Git url extracted to a file [`4b6d614`](https://github.com/ArthurFiorette/steam-trader/commit/4b6d61425f58b767604ce06df8294be29b62e2dc) +- Header github button and iconProps added [`eb0b89c`](https://github.com/ArthurFiorette/steam-trader/commit/eb0b89c81bb8398f0e446d466434faa4f07c3918) +- isOnline status check [`1499170`](https://github.com/ArthurFiorette/steam-trader/commit/1499170bc8045738381019076df420abc97b80d3) +- It didn't look so good [`72d5ca9`](https://github.com/ArthurFiorette/steam-trader/commit/72d5ca9351eccdee28b5d033c8118ed4cd4d6135) +- Items names are now sent correctly [`6cb477e`](https://github.com/ArthurFiorette/steam-trader/commit/6cb477e9b122a0d8dc1ca3ae786dc290db2f7400) +- License changing [`2bdda07`](https://github.com/ArthurFiorette/steam-trader/commit/2bdda07e5d700c0653055c1972ac0984a34a70b6) +- Licesence to present and correct link [`ac9388d`](https://github.com/ArthurFiorette/steam-trader/commit/ac9388d715b7c055e1021be8e49e91e48919b68a) +- Log styling [`9cbd76e`](https://github.com/ArthurFiorette/steam-trader/commit/9cbd76e5a5f9fc76ea11734f935821c605a62de6) +- Logs are now working correctly again [`4ae1697`](https://github.com/ArthurFiorette/steam-trader/commit/4ae1697deb56f30bce1b1506d2733a34814ddbd2) +- Logs scrolling and appearing again [`08f3987`](https://github.com/ArthurFiorette/steam-trader/commit/08f3987549c7daa28e18e239975c3d012fe35a72) +- Many changes again 😞 [`e1cb936`](https://github.com/ArthurFiorette/steam-trader/commit/e1cb936b337194f4b2c3bfddd63d44a933f97fa1) +- Merge conflicts [`c206b4d`](https://github.com/ArthurFiorette/steam-trader/commit/c206b4da17d08d47d78d430be4f0e9e8e59d0d05) +- Naming changes [`757b4da`](https://github.com/ArthurFiorette/steam-trader/commit/757b4da547ed628b7887ca32ab324bc5a31e761c) +- Naming changes and express server ready [`c2d28ed`](https://github.com/ArthurFiorette/steam-trader/commit/c2d28ed6de0549c0731196ff80550af873ce8693) +- no unused locals, parameters and implicit returns [`29165c5`](https://github.com/ArthurFiorette/steam-trader/commit/29165c50d64725b15004615453695df18fee2b5b) +- Noscript tag [`87a8547`](https://github.com/ArthurFiorette/steam-trader/commit/87a8547a44c2aad77e878ac3de46b50a9471f020) +- Npm to Yarn [`2c2f9db`](https://github.com/ArthurFiorette/steam-trader/commit/2c2f9db9f048a66e1a7562b1c193f5f26cdcf256) +- offCanvas was in lowercase [`5b3f2ae`](https://github.com/ArthurFiorette/steam-trader/commit/5b3f2ae9fc2eb6c996d7dc78b259c81876b81f7b) +- Old start.cmd mentions and all links with <a> [`a568710`](https://github.com/ArthurFiorette/steam-trader/commit/a56871080dbb6bd736dfc5cd44a1d6382f7d5eb9) +- Online status did not change when updated [`16b534b`](https://github.com/ArthurFiorette/steam-trader/commit/16b534b57c605bd244db8c0932bfbb671974b96e) +- Online status shown as border color [`f42e25e`](https://github.com/ArthurFiorette/steam-trader/commit/f42e25e2ddf9de5e1b124697d063705475c59509) +- Power button colored wrong [`4223473`](https://github.com/ArthurFiorette/steam-trader/commit/42234732945c915a3eba675a343c704ec2057a49) +- Prettified code [`43e80df`](https://github.com/ArthurFiorette/steam-trader/commit/43e80df5aeb940a27389b320f38781dbed50af78) +- Prettified code [`2a410f3`](https://github.com/ArthurFiorette/steam-trader/commit/2a410f369900b89c8c8fde59d05306b17f15a5d3) +- Prettified code [`9791ec3`](https://github.com/ArthurFiorette/steam-trader/commit/9791ec3a23bf6256cd945b57e0bdac3de6d66487) +- Prettified code [`929a29d`](https://github.com/ArthurFiorette/steam-trader/commit/929a29dc7a79d622e68f9fad9084ff10fda4f7c7) +- Prettified code [`b1ad1ff`](https://github.com/ArthurFiorette/steam-trader/commit/b1ad1ff1086d1894d52a81b31205fd7db585e6f7) +- Prettified code [`8652bfc`](https://github.com/ArthurFiorette/steam-trader/commit/8652bfc8250f701f4dde4376a85382776178c6e5) +- Prettified code [`3c62d28`](https://github.com/ArthurFiorette/steam-trader/commit/3c62d28d7eb89e47fe6d4bb6dc6be617db856e9e) +- Prettified code [`ed6e2ef`](https://github.com/ArthurFiorette/steam-trader/commit/ed6e2efdbfd532c78b3f7e9b6e9b612d7a559a45) +- Prettified code [`c1c27d5`](https://github.com/ArthurFiorette/steam-trader/commit/c1c27d592e274fbe2eff80f3b8027685beabb1a2) +- Prettified code [`265a157`](https://github.com/ArthurFiorette/steam-trader/commit/265a1578adbad15fabc3bbeb5ec13e9f908cacc7) +- Prettified code [`b388b7c`](https://github.com/ArthurFiorette/steam-trader/commit/b388b7c8d317d1386c68d6877829fc7fa50a51ff) +- Prettified code [`09456d4`](https://github.com/ArthurFiorette/steam-trader/commit/09456d4ee03a182cb43f1e716d84ed61f77a1591) +- Prettified code [`d2c307d`](https://github.com/ArthurFiorette/steam-trader/commit/d2c307d9f43a4d1716b4914f39f913b00860b638) +- Prettified code [`0cd29a5`](https://github.com/ArthurFiorette/steam-trader/commit/0cd29a51cb3fd007c0b32942c1401645a53eb122) +- Prettified code [`26e532c`](https://github.com/ArthurFiorette/steam-trader/commit/26e532c5565d60d94d914760a8613fe6e9933447) +- Prettified code [`1f29bbf`](https://github.com/ArthurFiorette/steam-trader/commit/1f29bbf888894a9c53e7e8229cbfaed879fa37e7) +- Prettified code [`d29c7ec`](https://github.com/ArthurFiorette/steam-trader/commit/d29c7ec73b6517609a2b352efdd599a6533c891a) +- Prettified code [`f551539`](https://github.com/ArthurFiorette/steam-trader/commit/f5515391282a073a4cf97e664b9aba8b4477fe4a) +- Prettified code [`a3b77e4`](https://github.com/ArthurFiorette/steam-trader/commit/a3b77e4277de00a39575c2b2b7566072db9517e2) +- Prettified code [`00461e5`](https://github.com/ArthurFiorette/steam-trader/commit/00461e5e13e5b56268296762b0caf85b32876772) +- Prettified code [`cff7a51`](https://github.com/ArthurFiorette/steam-trader/commit/cff7a5196865fd96abb354c03c72f756cedc3ca1) +- Prettified code [`f1b8e38`](https://github.com/ArthurFiorette/steam-trader/commit/f1b8e385321b8eec6dd46b128f29548479757a45) +- Prettified code [`4700880`](https://github.com/ArthurFiorette/steam-trader/commit/4700880da5cd2951cba7e0f44975d42aee62ae4a) +- Prettified code [`8004c8d`](https://github.com/ArthurFiorette/steam-trader/commit/8004c8d6d08e154dae81202cef0f12d0af5bd0c5) +- Prettified code [`04e77ce`](https://github.com/ArthurFiorette/steam-trader/commit/04e77cecdb2bb396df4f4ba4f4f4fc6a7c8bc11c) +- Prettified code [`9ee9c69`](https://github.com/ArthurFiorette/steam-trader/commit/9ee9c6918a787583d5fac43e24fb74220b363571) +- Prettified code [`7adcb85`](https://github.com/ArthurFiorette/steam-trader/commit/7adcb8514dc4bdcafab868e367823cd19898703d) +- Prettified code [`feb69a4`](https://github.com/ArthurFiorette/steam-trader/commit/feb69a4f57b9fd007b7848bc952c991a3ae5dc6a) +- Prettified code [`0e8e063`](https://github.com/ArthurFiorette/steam-trader/commit/0e8e06359f8e81a566ad12d4fb9c996bb3a0d0cd) +- Prettified code [`02b4aa4`](https://github.com/ArthurFiorette/steam-trader/commit/02b4aa4be49af896662705371c0598739b3d5644) +- Prettified code [`f90ccfc`](https://github.com/ArthurFiorette/steam-trader/commit/f90ccfc6bdc67a225c07308a228ecd2035e9d9e9) +- Prettified code [`4d271bd`](https://github.com/ArthurFiorette/steam-trader/commit/4d271bd1717b7b4d4fa5c3ebb74b96629b065a2d) +- Prettified code [`af81d00`](https://github.com/ArthurFiorette/steam-trader/commit/af81d004e3127e18c94619f862b6b24b4043ba30) +- Prettified code [`66563c1`](https://github.com/ArthurFiorette/steam-trader/commit/66563c1b4265cebc782c0633d7df7f10a029caa5) +- Print width back to 125 [`ebc1aa9`](https://github.com/ArthurFiorette/steam-trader/commit/ebc1aa93471cef0cb8864c4ff60cb1734c4e753f) +- React and bootstrap from cdn [`39fc383`](https://github.com/ArthurFiorette/steam-trader/commit/39fc383097471989658b6949ff234dda3426bf6d) +- Readme update and config.yml removed [`077b4ba`](https://github.com/ArthurFiorette/steam-trader/commit/077b4ba7a0fcc7eb2cdf2aed066169e6f76cec2c) +- Redirect to #configuration and input props modified [`7f7782c`](https://github.com/ArthurFiorette/steam-trader/commit/7f7782c620b3b699ee3fae91c078a3d0e544de41) +- Removed debugger [`63ef6f3`](https://github.com/ArthurFiorette/steam-trader/commit/63ef6f39e44c896469148e0b75fce1e56c4cdbb8) +- Removed globaly yarn dependency [`d275642`](https://github.com/ArthurFiorette/steam-trader/commit/d275642cd8c54d26574a129609db7373c7567df5) +- Removed image preview [`e9afc5d`](https://github.com/ArthurFiorette/steam-trader/commit/e9afc5daa18da6e7472e864ae0d9317e62bbe58f) +- Rename Accounts.tsx to accounts.tsx [`1505621`](https://github.com/ArthurFiorette/steam-trader/commit/1505621a23bdd60540e0b5da9a3fd4906b7c0772) +- Simple account error handler [`b2d87b7`](https://github.com/ArthurFiorette/steam-trader/commit/b2d87b72ba68a214b02cef08bb2231d10f035cae) +- Simple if component [`098d03c`](https://github.com/ArthurFiorette/steam-trader/commit/098d03cfcfd7a44c8dfaa5ad423eb14b0e92a81f) +- Socket and misc fixes [`4bf6fef`](https://github.com/ArthurFiorette/steam-trader/commit/4bf6fefc7ef1b959a1516412cd65bde7222e2196) +- Socket clean, disconnect page, code clean and small fixes [`1337b12`](https://github.com/ArthurFiorette/steam-trader/commit/1337b123448a0a04c621707c2ba4fed77529fdd1) +- Socket items sent with full data [`ece0d2c`](https://github.com/ArthurFiorette/steam-trader/commit/ece0d2cb7d024e3a6689f87827df6af9bac2d513) +- Some changes. [`8cae38c`](https://github.com/ArthurFiorette/steam-trader/commit/8cae38c4fa1ecd3ff12fe999cf2a2e415b4c7340) +- Standartize bootstrap buttons [`c2848d6`](https://github.com/ArthurFiorette/steam-trader/commit/c2848d6996899b7e2dcb79657321d70fde4e944f) +- Standartize npm scripts [`854f644`](https://github.com/ArthurFiorette/steam-trader/commit/854f644129376371a684a7ad2b2e6e536d0df96b) +- Start.cmd script for convenience [`3a8889e`](https://github.com/ArthurFiorette/steam-trader/commit/3a8889ee9b494b5d8e374a8598cf6219b4c106cd) +- Started web page styling [`455be89`](https://github.com/ArthurFiorette/steam-trader/commit/455be89ea6c1c243cdf5c86509029fdfde9ee5a2) +- Starting to develop the accounts part [`0552392`](https://github.com/ArthurFiorette/steam-trader/commit/0552392583c9e528be2f69a8d093e0e87c6da552) +- Starting web environment [`f6eae6e`](https://github.com/ArthurFiorette/steam-trader/commit/f6eae6e213f6dbce241cd4fee1fb6e6f73346b84) +- Status game now is parsed as a number [`5781b77`](https://github.com/ArthurFiorette/steam-trader/commit/5781b77cd661b13e44582397e7938ceed5edb4a2) +- Status wasn't being sent and changed 404 message [`0788b99`](https://github.com/ArthurFiorette/steam-trader/commit/0788b99ccda13b7ecd7ac79bb0a3955f61d1df58) +- Status wasn't being sent and changed 404 message [`2f41f40`](https://github.com/ArthurFiorette/steam-trader/commit/2f41f40ffcaa946726f050dfc5ab3e3ad7326731) +- Style changes [`7ea00fe`](https://github.com/ArthurFiorette/steam-trader/commit/7ea00feba7d6fed9bf186a07e1648d697150cc65) +- Switch always checked on account offcanvas [`bfba0e2`](https://github.com/ArthurFiorette/steam-trader/commit/bfba0e20aac8436aaf4b21bf99cd093e2ade31dd) +- System log per day and set cors to .env [`b551766`](https://github.com/ArthurFiorette/steam-trader/commit/b551766d8871bf11c66f6c375c81426382a86846) +- Target _blank and added docker docs [`bce1f87`](https://github.com/ArthurFiorette/steam-trader/commit/bce1f874360c799476f67ceedeee4f630bb83e1b) +- Title link to our github [`167735e`](https://github.com/ArthurFiorette/steam-trader/commit/167735eec5b255474629b2e6a8590f030cf1856a) +- Todo also available on workflow dispatch [`672643d`](https://github.com/ArthurFiorette/steam-trader/commit/672643d9457b54956a9dde581071281ea77b0bee) +- Tooltip when hovering the logs and disconnect info [`2b4a597`](https://github.com/ArthurFiorette/steam-trader/commit/2b4a597f2f7aa670338c2b3a7e935052ed1c5cbd) +- Trades are working and general layout changes [`d5f2f70`](https://github.com/ArthurFiorette/steam-trader/commit/d5f2f70be1c609a8fb97122f47d60dfc1b9a1d0d) +- Update CNAME [`6b59a80`](https://github.com/ArthurFiorette/steam-trader/commit/6b59a802c4005da3ef58d9977f3df4f9084be3dd) +- Update README.md [`09693e0`](https://github.com/ArthurFiorette/steam-trader/commit/09693e0c016bf7987dc26ca4459eaca5c3d4bb38) +- Update README.md [`f9b9ff3`](https://github.com/ArthurFiorette/steam-trader/commit/f9b9ff30be4ffc719c1cfa810aa9c4edaf3783de) +- Update README.md [`76cc0c3`](https://github.com/ArthurFiorette/steam-trader/commit/76cc0c380331915c3c21b787a399873f466c0289) +- Update README.md [`fd58e43`](https://github.com/ArthurFiorette/steam-trader/commit/fd58e434a489154a5d36a3b8713ec93eb18e6456) +- Update README.md [`9b17ce9`](https://github.com/ArthurFiorette/steam-trader/commit/9b17ce9c8a24af8ec90c33aa3441a24611741757) +- Update README.md [`8a2a58c`](https://github.com/ArthurFiorette/steam-trader/commit/8a2a58c729641d4457c3ec2008c5ed813865a24c) +- Update TODO references: #2, #3 [`79ab45d`](https://github.com/ArthurFiorette/steam-trader/commit/79ab45df089f47ba931003bf348a132c70355fde) +- Update TODO references: #4 [`bb2ccb5`](https://github.com/ArthurFiorette/steam-trader/commit/bb2ccb53abdc0d2fedbb78af9ecc17236f11a63c) +- Update TODO references: #5, #6 [`5350a51`](https://github.com/ArthurFiorette/steam-trader/commit/5350a515ec931ad6cd436c0225b61a915f88ba20) +- Update TODO references: #7 [`ab847a4`](https://github.com/ArthurFiorette/steam-trader/commit/ab847a4cdef314da425c36d902192fa2d1179469) +- Update webpage image [`675c20b`](https://github.com/ArthurFiorette/steam-trader/commit/675c20b6382a6abadf88d2bac97b4a57f37f7205) +- V1.4.0 [`e9cd471`](https://github.com/ArthurFiorette/steam-trader/commit/e9cd47108ae37b26c3f7c24af0c4d032da773d24) +- Web announcement [`9647b07`](https://github.com/ArthurFiorette/steam-trader/commit/9647b078a4282972be046435ed74d6ddf54577a7) +- web depends on app [`638b2ed`](https://github.com/ArthurFiorette/steam-trader/commit/638b2ed04d0f9213d2ce2ee45a25cd479910b119) +- Web panel demo [`6b15edb`](https://github.com/ArthurFiorette/steam-trader/commit/6b15edb6a7ab1d5298ffb9d67eeddde92905601e) +- Winston for ads and removed comments [`2da3d6c`](https://github.com/ArthurFiorette/steam-trader/commit/2da3d6c67e046a8d2633fbc3731b32d08e0c84ff) + +## [v1.2.1](https://github.com/ArthurFiorette/steam-trader/compare/v1.2.0...v1.2.1) - 2021-03-21 + +### Commits + +- Package version and desc wrong [`5961878`](https://github.com/ArthurFiorette/steam-trader/commit/5961878d3564f003ebaca4c9b66bc344e13b7d8b) + +## [v1.2.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.1.0...v1.2.0) - 2021-03-21 + +### Commits + +- Accept if not declined at the end [`3e36126`](https://github.com/ArthurFiorette/steam-trader/commit/3e361262e2ef9a734dfc876502add50da3c13a9d) +- Calculated profit [`dd8c73b`](https://github.com/ArthurFiorette/steam-trader/commit/dd8c73b1e826f29af3a3b5ab2aa40ff149f7dfd4) +- Changed OfferContext optional objects [`ef9bcf9`](https://github.com/ArthurFiorette/steam-trader/commit/ef9bcf96aa9e91d6ec36910f3f687f294719d23c) +- Fix ads broken [`4c0226c`](https://github.com/ArthurFiorette/steam-trader/commit/4c0226c3eb1fa75991562f5af109ae9998a0d735) +- Fix getCurrency [`08fdff4`](https://github.com/ArthurFiorette/steam-trader/commit/08fdff462ca07923c93fc9a8ff904923e7a95c59) +- Forget to commit this file ;) [`7b6cef8`](https://github.com/ArthurFiorette/steam-trader/commit/7b6cef8547939729956eb4d230f5dd30f204f991) +- Formatting only for branches [`0d367f3`](https://github.com/ArthurFiorette/steam-trader/commit/0d367f3f827030f7af2295d21fb576f0d18dda94) +- Log formatting and small changes [`5dacf24`](https://github.com/ArthurFiorette/steam-trader/commit/5dacf2419cf76b7dc1302f2a68e49f2850da79c5) +- Logging and small fixes [`c8745d7`](https://github.com/ArthurFiorette/steam-trader/commit/c8745d75b23a8bbbd6834fbd7512b81688a911d3) +- Logs are now saved correctly [`a5d6076`](https://github.com/ArthurFiorette/steam-trader/commit/a5d607637e198f3a3329f350d654679f28db50ff) +- Package lock v1.0.0 [`aa1c9c1`](https://github.com/ArthurFiorette/steam-trader/commit/aa1c9c1c53072f2089a593c0ed2f80900fa0e35d) +- Persisting trade history [`7d7e7d5`](https://github.com/ArthurFiorette/steam-trader/commit/7d7e7d564b2b05833d5cb0bf9d9a06f8f16c592d) +- Pipeline Changes [`a94ff8c`](https://github.com/ArthurFiorette/steam-trader/commit/a94ff8c36bea2f51e02ec34a7b6b4111fe5ff6a1) +- Pipeline fixes [`de6ce70`](https://github.com/ArthurFiorette/steam-trader/commit/de6ce705b3917117bf26644c3ee318459e12bad9) +- Pipeline returns his context [`9e9f41c`](https://github.com/ArthurFiorette/steam-trader/commit/9e9f41cf681e8ed689235259376ebb2d898b7aea) +- Port forwarding only inside the docker. Pre coding for the interface [`bac886f`](https://github.com/ArthurFiorette/steam-trader/commit/bac886f5768e0abd8cfb70c6876a4d99cf3a0cbf) +- Prettified code [`b429335`](https://github.com/ArthurFiorette/steam-trader/commit/b429335027eecd0a3908e90723c7ab876a3212a0) +- Prettified code [`0b16446`](https://github.com/ArthurFiorette/steam-trader/commit/0b164463c6a24e646782afc811b8f293aa912797) +- Prettified code [`1a28c2a`](https://github.com/ArthurFiorette/steam-trader/commit/1a28c2a17ab362bc9326094e52bb0c6ab97dc222) +- Prettified code [`72895d4`](https://github.com/ArthurFiorette/steam-trader/commit/72895d4fc2bd796ff4d23b59c541931487930454) +- Prettified code [`c8865df`](https://github.com/ArthurFiorette/steam-trader/commit/c8865dff427a6ecb2cf7b2007858c8d1c8dde77b) +- Prettified code [`3868c44`](https://github.com/ArthurFiorette/steam-trader/commit/3868c4481ca3e393da399e2389b0d0b1c7409de1) +- Readded logs with winston [`43a6959`](https://github.com/ArthurFiorette/steam-trader/commit/43a695906509b65dc507442a2564b66307381b3f) +- Refactoring... [`0056bcb`](https://github.com/ArthurFiorette/steam-trader/commit/0056bcb46c19ca8887257aaa6a6d2bb8fa9a321d) +- Removed debug option [`680a5ae`](https://github.com/ArthurFiorette/steam-trader/commit/680a5ae5b8f9b0058ea6df37be2bd6b17ff55696) +- Saving offers only when accepted [`fd80f3b`](https://github.com/ArthurFiorette/steam-trader/commit/fd80f3b2317f2987ddfd4162ecc99600632524fb) +- Volumes wasn't working [`a1e883b`](https://github.com/ArthurFiorette/steam-trader/commit/a1e883be47da03c9a5194a2e5fbfbff5331255c2) + +## [v1.1.0](https://github.com/ArthurFiorette/steam-trader/compare/v1.0.0...v1.1.0) - 2021-03-19 + +### Commits + +- Adicionado README [`6bec1b7`](https://github.com/ArthurFiorette/steam-trader/commit/6bec1b79200906f636bdc7e286d1c5bf281be465) +- Axios [`b472faa`](https://github.com/ArthurFiorette/steam-trader/commit/b472faa0bcb8e7c5550a77dbede521ebfa8b6fe7) +- Babel and Nodemon changes [`1e6930f`](https://github.com/ArthurFiorette/steam-trader/commit/1e6930f1b0cbf2c5e3d1b4bab172fcc5f4d176e6) +- Changed the config name. [`46f0347`](https://github.com/ArthurFiorette/steam-trader/commit/46f0347ef05241bc097edce4bdf961fce9449260) +- Config.json default [`fe2d661`](https://github.com/ArthurFiorette/steam-trader/commit/fe2d6616946229d2c92ed56e3e80bd66d5ab902d) +- debbuging again [`f853c50`](https://github.com/ArthurFiorette/steam-trader/commit/f853c50204c75d2a41362d45b267877ff307a0d0) +- Delete config.json [`b8bb828`](https://github.com/ArthurFiorette/steam-trader/commit/b8bb828929f343a89d585a40dcc09023826e71dc) +- Dockerization working again [`c741e47`](https://github.com/ArthurFiorette/steam-trader/commit/c741e474bd37f9a0726a7e1b079e5afdf9f0ad51) +- First code version. Still need updates [`b4be692`](https://github.com/ArthurFiorette/steam-trader/commit/b4be692859a976fc46c023a20de085ff37952c99) +- Fix babel compiling [`e5b2e10`](https://github.com/ArthurFiorette/steam-trader/commit/e5b2e108c6fbad24ead669f0e8f18ff9300f4d71) +- Fix debug command [`a18b770`](https://github.com/ArthurFiorette/steam-trader/commit/a18b770c3fe394fa34bfaa07e84cc8f0f098f0b5) +- Fix reduce error when array is empty [`fc80d32`](https://github.com/ArthurFiorette/steam-trader/commit/fc80d329a6973099d216dbbbbe48aa415d3b5267) +- Fix undefined object [`6884d42`](https://github.com/ArthurFiorette/steam-trader/commit/6884d425b81958d7aeba98b5d0c326a1a3b097ac) +- Fix wont listen to trades [`9eef771`](https://github.com/ArthurFiorette/steam-trader/commit/9eef771e6f8c57094166dfe9a25557d5b8796104) +- Fixed only changed flag [`7178e05`](https://github.com/ArthurFiorette/steam-trader/commit/7178e05fbf860edce055d2e12fb0f56a262b2aa6) +- Fixed possibly undefined [`91f81a8`](https://github.com/ArthurFiorette/steam-trader/commit/91f81a8b61ffded7d0023bb8837a5001c900d658) +- Fixex typos [`75ef5a2`](https://github.com/ArthurFiorette/steam-trader/commit/75ef5a206011f973048323a9706c0c4c48442ebb) +- Ignorar node_modules [`49a1fcf`](https://github.com/ArthurFiorette/steam-trader/commit/49a1fcf9445cc2d48ade12a526f6afa7bc267295) +- ignore config and add example [`387429f`](https://github.com/ArthurFiorette/steam-trader/commit/387429f722bfa24dc7a128b01e0fb8a067d8a1f1) +- ignore unknown files [`b739dcb`](https://github.com/ArthurFiorette/steam-trader/commit/b739dcb8ea74b5ad1fa70e5ebaca54e282485f02) +- Initial commit [`0cb8368`](https://github.com/ArthurFiorette/steam-trader/commit/0cb8368627cd90282d6f051f6caa14d6d1d926f8) +- Modificado src para app [`667ece4`](https://github.com/ArthurFiorette/steam-trader/commit/667ece4f38754df2187b40da7d47759d44a4496e) +- noUnused flags to false [`246f9b3`](https://github.com/ArthurFiorette/steam-trader/commit/246f9b39a46a7a67b77a10de4bacd6be7bc4ea11) +- Npm and Typescript [`5596e33`](https://github.com/ArthurFiorette/steam-trader/commit/5596e33f24854f6ec206f07fde921cca3cc85d6f) +- Prettier em todos os arquivos via workflow dispatch [`6080b91`](https://github.com/ArthurFiorette/steam-trader/commit/6080b910a704f15e099339598ceb00e24903178d) +- Prettier Workflow [`218e262`](https://github.com/ArthurFiorette/steam-trader/commit/218e262d561d6be224dbdb03428899b23655bdef) +- Prettified code [`0785821`](https://github.com/ArthurFiorette/steam-trader/commit/0785821e9cb3c3569cae757eb9e1aa5c3f99f987) +- Prettified code [`abdca51`](https://github.com/ArthurFiorette/steam-trader/commit/abdca517d1808a48ba227b8a0d04c5c6358eefec) +- Prettified code [`953ff81`](https://github.com/ArthurFiorette/steam-trader/commit/953ff81aeb1fd4889ba0adf83412b4f5684c749f) +- Prettified code [`1d00474`](https://github.com/ArthurFiorette/steam-trader/commit/1d004742b39b0b93cb206690a39bc9ed09fea2e7) +- Prettified code [`ebe11c6`](https://github.com/ArthurFiorette/steam-trader/commit/ebe11c685fb8710d6efc442ea8900f30e8bed45e) +- Refactoring code... [`c288e68`](https://github.com/ArthurFiorette/steam-trader/commit/c288e685acb3152ab72775cde8bca83f7e3efe88) +- Removido log [`3710475`](https://github.com/ArthurFiorette/steam-trader/commit/3710475087ed8a23e72d1bb009e559fa65260c32) +- Simple dockerization [`5ccda62`](https://github.com/ArthurFiorette/steam-trader/commit/5ccda629db70347fba92fc71d75986ef612b0d98) +- Simple tests and debug [`c871bff`](https://github.com/ArthurFiorette/steam-trader/commit/c871bffc8994b238c5f12285ad265cbf16e475bf) +- Simple types for untyped modules [`6ff6a38`](https://github.com/ArthurFiorette/steam-trader/commit/6ff6a38e1d7a09e5d7c83b28f886141f0cab3e91) +- Starting the trade logic [`3704cb9`](https://github.com/ArthurFiorette/steam-trader/commit/3704cb946b32646a39309c6ffd3b2451843ba33e) + +## v1.0.0 - 2021-03-19 + +### Commits + +- Adicionado README [`8a0c170`](https://github.com/ArthurFiorette/steam-trader/commit/8a0c170dd06515243a49be14a17a5537f4579319) +- Axios [`4e075ca`](https://github.com/ArthurFiorette/steam-trader/commit/4e075cac70c182f094b831fc67ffd20b7ef0b632) +- Babel and Nodemon changes [`ad2feec`](https://github.com/ArthurFiorette/steam-trader/commit/ad2feecfc8cc657148e60a9f9908a34a4ddeffda) +- Config.json default [`8e13258`](https://github.com/ArthurFiorette/steam-trader/commit/8e13258f34b3241ddddb4583f3df0be6855892ca) +- debug default to false [`7e6d106`](https://github.com/ArthurFiorette/steam-trader/commit/7e6d1067d178b2f34b35013a4db9a7f2d8df7e4f) +- Delete config.json [`d4386fa`](https://github.com/ArthurFiorette/steam-trader/commit/d4386fa4635b5779d30bcdb524e26ab5c229fe7f) +- Dockerization working again [`ad472eb`](https://github.com/ArthurFiorette/steam-trader/commit/ad472eb5a13d28c459882c313f308ac21cf45808) +- First code version. Still need updates [`228fa20`](https://github.com/ArthurFiorette/steam-trader/commit/228fa204f4bb206e0cf477b27c3095bffb85e990) +- Fixex typos [`512a7d7`](https://github.com/ArthurFiorette/steam-trader/commit/512a7d729ea118af51e31be02bfb293f62f9bce3) +- Ignorar node_modules [`a98bcff`](https://github.com/ArthurFiorette/steam-trader/commit/a98bcff8fb371f2e2d32b76ce67e40ac1b936528) +- ignore config and add example [`88fe2e7`](https://github.com/ArthurFiorette/steam-trader/commit/88fe2e77a255aa87d10fceffb38cd17e7cca5116) +- ignore unknown files [`c2076ff`](https://github.com/ArthurFiorette/steam-trader/commit/c2076ffb831b7d2a44a23f1ad6c8c82514e5806b) +- Initial commit [`93a2152`](https://github.com/ArthurFiorette/steam-trader/commit/93a2152f6da6ea33c149a7c0c679e96d50a3966f) +- Modificado src para app [`bef8108`](https://github.com/ArthurFiorette/steam-trader/commit/bef8108aa05927fdbae137fc0d2e33d1194b13ff) +- noUnused flags to false [`07485e5`](https://github.com/ArthurFiorette/steam-trader/commit/07485e5e60b61a2864ce26abd32b63aaecaae236) +- Npm and Typescript [`35923fb`](https://github.com/ArthurFiorette/steam-trader/commit/35923fb1535885afe310b02ff2e0de29dc39debb) +- Prettier em todos os arquivos via workflow dispatch [`651bf66`](https://github.com/ArthurFiorette/steam-trader/commit/651bf66e1102dd8a6f531ef7973294e2d6ffb5b3) +- Prettier Workflow [`3a4bfec`](https://github.com/ArthurFiorette/steam-trader/commit/3a4bfec2657e0c62cdef7dd52bc50d76b4f0b6fd) +- Prettified code [`8c5102d`](https://github.com/ArthurFiorette/steam-trader/commit/8c5102d8b776c50e3b5c9a29c72a8ad44b3abbc9) +- Prettified code [`50e7a66`](https://github.com/ArthurFiorette/steam-trader/commit/50e7a666741c47037ff423da3e8260a8def67f7e) +- Simple dockerization [`4fbeadf`](https://github.com/ArthurFiorette/steam-trader/commit/4fbeadfaa0b641dbf395655929cd3df661aeeb8b) +- Simple types for untyped modules [`99a34a5`](https://github.com/ArthurFiorette/steam-trader/commit/99a34a58b41680e53f0b0fff52d3836e33b3703b) +- Starting the trade logic [`44f66a6`](https://github.com/ArthurFiorette/steam-trader/commit/44f66a6d894da9727c073f55b520a05de05e971f) diff --git a/package.json b/package.json index 59b28b6..037710c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-trader", - "version": "2.1.0", + "version": "2.1.1", "description": "An deployment ready and automated steam trade client!", "private": true, "repository": {