From 3446e6f0349750431f230917a168500fcbc5c22d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 13:09:06 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/peerigon/typescript-exercises-tools/compare/v1.1.1...v2.0.0) (2022-12-20) ### Bug Fixes * use checkout@v2 ([cfc0134](https://github.com/peerigon/typescript-exercises-tools/commit/cfc013411bab70650383346b12eb6208eec6b124)), closes [#11](https://github.com/peerigon/typescript-exercises-tools/issues/11) ### chore * Update dependencies ([f3d2f16](https://github.com/peerigon/typescript-exercises-tools/commit/f3d2f16421aea10315fad930627e270a103ff453)) ### BREAKING CHANGES * Updated typescript peer dependency to ^4.9.4 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3439277..7bcea1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/peerigon/typescript-exercises-tools/compare/v1.1.1...v2.0.0) (2022-12-20) + +### Bug Fixes + +- use checkout@v2 ([cfc0134](https://github.com/peerigon/typescript-exercises-tools/commit/cfc013411bab70650383346b12eb6208eec6b124)), closes [#11](https://github.com/peerigon/typescript-exercises-tools/issues/11) + +### chore + +- Update dependencies ([f3d2f16](https://github.com/peerigon/typescript-exercises-tools/commit/f3d2f16421aea10315fad930627e270a103ff453)) + +### BREAKING CHANGES + +- Updated typescript peer dependency to ^4.9.4 + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.