Skip to content

Commit

Permalink
chore(release): 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.4](0.2.3...0.2.4) (2023-11-13)

### Bug Fixes

* fail new when arrow function. ([25c5e84](25c5e84))
* fail resolve DIContainer when the value is null. ([1cab566](1cab566))
* package.json & package-lock.json to reduce vulnerabilities ([b4eed77](b4eed77))
* upgrade caniuse-lite from 1.0.30001474 to 1.0.30001482 ([628d38c](628d38c))
  • Loading branch information
semantic-release-bot committed Nov 13, 2023
1 parent 904b100 commit a8e1088
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.4](https://github.com/ytetsuro/sabik/compare/0.2.3...0.2.4) (2023-11-13)


### Bug Fixes

* fail new when arrow function. ([25c5e84](https://github.com/ytetsuro/sabik/commit/25c5e8424316ca43da1eda4eac18aec4194418f5))
* fail resolve DIContainer when the value is null. ([1cab566](https://github.com/ytetsuro/sabik/commit/1cab5665b2f5bdc2b989cc2de0a5dff2e32bb897))
* package.json & package-lock.json to reduce vulnerabilities ([b4eed77](https://github.com/ytetsuro/sabik/commit/b4eed7767fac03ab581c94fa25ae1dfe98082665))
* upgrade caniuse-lite from 1.0.30001474 to 1.0.30001482 ([628d38c](https://github.com/ytetsuro/sabik/commit/628d38cf8bde2f8270e975a03da4278f7ecb9b44))

## [0.2.3](https://github.com/ytetsuro/sabik/compare/0.2.2...0.2.3) (2023-10-22)


Expand Down
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": "sabik",
"description": "Source code metrics tool.",
"version": "0.2.3",
"version": "0.2.4",
"author": "iBotchME (@ytetsuro)",
"bin": {
"sabik": "./bin/run"
Expand Down

0 comments on commit a8e1088

Please sign in to comment.