Skip to content

Commit

Permalink
chore(release): v0.8.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 11, 2024
1 parent 15fc58f commit 312f67f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.8.2](https://github.com/konotorii/useful-functions-ts/compare/v0.8.1...v0.8.2) (2024-08-11)


### Bug Fixes

* Fixed logger constructor error when some parameters aren't given ([15fc58f](https://github.com/konotorii/useful-functions-ts/commit/15fc58f64f7a7fb0325ac2b859249fa304ddcc28))



## [0.8.1](https://github.com/konotorii/useful-functions-ts/compare/v0.8.0...v0.8.1) (2024-06-27)


Expand Down Expand Up @@ -34,12 +43,3 @@



# [0.6.0](https://github.com/konotorii/useful-functions-ts/compare/v0.5.1...v0.6.0) (2024-06-26)


### Features

* Added logic to check when last log files were created and if a new one should be made or not ([#4](https://github.com/konotorii/useful-functions-ts/issues/4)) ([ff7c9ff](https://github.com/konotorii/useful-functions-ts/commit/ff7c9ff7e16a7ffa22e7797e901ac1a057789093))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "useful-functions-ts",
"version": "0.8.1",
"version": "0.8.2",
"description": "Useful functions for TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 312f67f

Please sign in to comment.