diff --git a/CHANGELOG.md b/CHANGELOG.md index 790fd09..ffacbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +## [1.0.0](https://github.com/mrcjkb/lua-typecheck-action/compare/v0.4.0...v1.0.0) (2024-05-31) + + +### ⚠ BREAKING CHANGES + +* set default directory to project root ([#79](https://github.com/mrcjkb/lua-typecheck-action/issues/79)) + +### Bug Fixes + +* set default directory to project root ([#79](https://github.com/mrcjkb/lua-typecheck-action/issues/79)) ([903e557](https://github.com/mrcjkb/lua-typecheck-action/commit/903e557390de6135588166f76e719b468076fa27)) + ## [0.4.0](https://github.com/mrcjkb/lua-typecheck-action/compare/v0.3.0...v0.4.0) (2024-02-05)