diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af97d2..df6a5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.5.3](https://github.com/acifani/soccer-go/compare/v0.5.2...v0.5.3) +### [v1.0.0](https://github.com/acifani/soccer-go/compare/v0.5.2...v1.0.0) -> 6 November 2019 +> 10 November 2022 +- chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 [`#340`](https://github.com/acifani/soccer-go/pull/340) +- Upgrade to GitHub-native Dependabot [`#262`](https://github.com/acifani/soccer-go/pull/262) +- chore(deps-dev): bump auto-changelog from 1.16.2 to 2.0.0 [`#188`](https://github.com/acifani/soccer-go/pull/188) +- chore(deps-dev): bump jest and ts-jest [`#179`](https://github.com/acifani/soccer-go/pull/179) +- chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 23.1.1 [`#134`](https://github.com/acifani/soccer-go/pull/134) - Add Brasileiro Serie A [`#133`](https://github.com/acifani/soccer-go/pull/133) - refactor: tslint to eslint [`#122`](https://github.com/acifani/soccer-go/pull/122) - chore(deps): upgrade inquirer [`#121`](https://github.com/acifani/soccer-go/pull/121) - chore(deps): bump ora [`#120`](https://github.com/acifani/soccer-go/pull/120) - Bump commander from 2.20.0 to 3.0.2 [`#113`](https://github.com/acifani/soccer-go/pull/113) - docs: delete greenkeeper badge [`#118`](https://github.com/acifani/soccer-go/pull/118) -- chore: run npm audit fix [`59fb004`](https://github.com/acifani/soccer-go/commit/59fb004ca7d27fb96f2a7c3b0d3d98ae7ae42ecc) -- Merge pull request #132 from acifani/dependabot/npm_and_yarn/coveralls-3.0.7 [`b7262d8`](https://github.com/acifani/soccer-go/commit/b7262d853f7ff4ed8f8918fd03a19ecc3a73364e) -- Merge pull request #130 from acifani/dependabot/npm_and_yarn/typescript-eslint/parser-2.6.0 [`dd0cf2a`](https://github.com/acifani/soccer-go/commit/dd0cf2ac32738a85707df55aa798c111c0014f24) +- chore: update dev dependencies [`c8448ae`](https://github.com/acifani/soccer-go/commit/c8448ae26709ccdc136bb5e7f8aaebd4cb2009b2) +- chore(deps-dev): bump jest from 25.2.4 to 25.5.3 [`31fa813`](https://github.com/acifani/soccer-go/commit/31fa813744976299a78bf659369214f46f1ef060) +- refactor: update-notifier to update-check [`593b647`](https://github.com/acifani/soccer-go/commit/593b647bb575a9e7865a9c36b908754928bc37af) #### [v0.5.2](https://github.com/acifani/soccer-go/compare/v0.5.1...v0.5.2) @@ -132,8 +137,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add issue template [`#11`](https://github.com/acifani/soccer-go/pull/11) - Capitalize the name of figlet font [`#12`](https://github.com/acifani/soccer-go/pull/12) - Extract table building to appropriate classes [`637009f`](https://github.com/acifani/soccer-go/commit/637009f47c73a564a85135c4eda22f2e1372ca84) -- Matchday filter on +- 3 days instead of +7 days [`687f55a`](https://github.com/acifani/soccer-go/commit/687f55a67cf59c10a0df033c45e27426fa1853e4) -- Sort players by jersey numbers [`1145492`](https://github.com/acifani/soccer-go/commit/1145492129a8abc4142e49cce9ff1a620ce1749f) +- Add league and team ascii titles [`045001e`](https://github.com/acifani/soccer-go/commit/045001ecbb9a00cd4b41f929e5d3b71e4a0f3293) +- Improve error handling [`f5169c8`](https://github.com/acifani/soccer-go/commit/f5169c8f37cc26a208cb2eebbd69db89ec11014e) #### [v0.2.7](https://github.com/acifani/soccer-go/compare/v0.2.6...v0.2.7) @@ -150,10 +155,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v0.2.5](https://github.com/acifani/soccer-go/compare/v0.2.4...v0.2.5) -> 18 March 2018 +> 19 March 2018 - Add league and team ascii titles [`162a0a7`](https://github.com/acifani/soccer-go/commit/162a0a7585d1e399d4de08454e5860ceb59c7f8e) -- Add league and team ascii titles [`045001e`](https://github.com/acifani/soccer-go/commit/045001ecbb9a00cd4b41f929e5d3b71e4a0f3293) - Improve error handling [`8181d74`](https://github.com/acifani/soccer-go/commit/8181d740575cbe99f1b856c1d68f9d3fab4678de) #### [v0.2.4](https://github.com/acifani/soccer-go/compare/v0.2.3...v0.2.4) diff --git a/package-lock.json b/package-lock.json index d75f3a1..4399ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "soccer-go", - "version": "0.5.3", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "soccer-go", - "version": "0.5.3", + "version": "1.0.0", "license": "MIT", "dependencies": { "cfonts": "^3.1.1", diff --git a/package.json b/package.json index cb4ae1b..8f4cb38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soccer-go", - "version": "0.5.3", + "version": "1.0.0", "description": "Soccer CLI for stats and results.", "license": "MIT", "repository": {