Skip to content

Commit

Permalink
chore: release v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
e-vasiltsov committed Nov 13, 2024
1 parent 09880e6 commit b25676b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ 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).

#### [1.2.8](https://github.com/e-vasiltsov/fs-size-checker/compare/1.2.7...1.2.8)

- chore: Bundle pacakge [`#20`](https://github.com/e-vasiltsov/fs-size-checker/pull/20)
- chore: install package tsup [`ca3fe49`](https://github.com/e-vasiltsov/fs-size-checker/commit/ca3fe49115a380a1015f08eb7f40d1e261dac8d2)
- chore: remove npm package rimraf [`16240cf`](https://github.com/e-vasiltsov/fs-size-checker/commit/16240cf41b86b9f3ff1ecbc165ef0f970d6e792e)
- chore: add tsup configuration [`56be3c3`](https://github.com/e-vasiltsov/fs-size-checker/commit/56be3c33e81b08bccb5360c00cd83da6345d1487)

#### 1.2.7

> 3 November 2024
- chore: add release automation [`#19`](https://github.com/e-vasiltsov/fs-size-checker/pull/19)
- chore: add release automation [`#18`](https://github.com/e-vasiltsov/fs-size-checker/pull/18)
- fix: remove useless --ci [`#17`](https://github.com/e-vasiltsov/fs-size-checker/pull/17)
- chore: rename GITHUB_TOKEN to PAT_TOKEN [`#16`](https://github.com/e-vasiltsov/fs-size-checker/pull/16)
- chore: disable release-it npm publish [`#15`](https://github.com/e-vasiltsov/fs-size-checker/pull/15)
- chore: add ci/cd [`#14`](https://github.com/e-vasiltsov/fs-size-checker/pull/14)
- chore: add github action ci [`#13`](https://github.com/e-vasiltsov/fs-size-checker/pull/13)
- chore: replace quotation mark | engine requirements [`#10`](https://github.com/e-vasiltsov/fs-size-checker/pull/10)
- chore: bump version 1.2.1 [`#9`](https://github.com/e-vasiltsov/fs-size-checker/pull/9)
- docs: add logo and update usage example [`#8`](https://github.com/e-vasiltsov/fs-size-checker/pull/8)
- feat: add filter regex patterns and add ignore files/directories [`#7`](https://github.com/e-vasiltsov/fs-size-checker/pull/7)
- feat: add Colorized output [`#6`](https://github.com/e-vasiltsov/fs-size-checker/pull/6)
- chore: bump to verion 1.0.5 [`#5`](https://github.com/e-vasiltsov/fs-size-checker/pull/5)
- chore: add commit message linting with commitlint and husky [`#4`](https://github.com/e-vasiltsov/fs-size-checker/pull/4)
- docs: update readme.md [`#3`](https://github.com/e-vasiltsov/fs-size-checker/pull/3)
- refactor: add argument-parser and argument unit to cli [`#2`](https://github.com/e-vasiltsov/fs-size-checker/pull/2)
- docs: update usage examples [`#1`](https://github.com/e-vasiltsov/fs-size-checker/pull/1)
- feat: add cli fs-size-checker [`f2dd029`](https://github.com/e-vasiltsov/fs-size-checker/commit/f2dd029612bc63ea2dafba188f83042a02f02cae)
- chore: add commit message linting with commitlint and husky [`9412071`](https://github.com/e-vasiltsov/fs-size-checker/commit/9412071576c07e351585a0c4ced0234cae4100e2)
- feat: add ignore files and directories [`20c2f72`](https://github.com/e-vasiltsov/fs-size-checker/commit/20c2f727bae21e174fa5900b9443f0a71ec40181)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs-size-checker",
"description": "A lightweight CLI tool for analyzing file and directory sizes. Signals errors via standard exit codes when specified size limits are exceeded",
"version": "1.2.7",
"version": "1.2.8",
"author": "Yevgen Vasiltsov",
"repository": {
"type": "git",
Expand Down

0 comments on commit b25676b

Please sign in to comment.