Skip to content

Commit

Permalink
chore(release): v0.1.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 30, 2024
1 parent 11a07f7 commit 062d222
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 7 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## [0.1.4](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.3...v0.1.4) (2024-07-25)
## [0.1.5](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.4...v0.1.5) (2024-07-30)


### Bug Fixes

* **python:** add timeout for requests ([ba2d3d9](https://github.com/l4rm4nd/LinkedInDumper/commit/ba2d3d996827bcb7e8f377991f1e695f0ce7755d))
* **py:** increase timout ([11a07f7](https://github.com/l4rm4nd/LinkedInDumper/commit/11a07f7fece9379011800b87971a39eeb45098bb))

## [0.1.4](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.3...v0.1.4) (2024-07-25)


### Bug Fixes

* **python:** add timeout for requests ([ba2d3d9](https://github.com/l4rm4nd/LinkedInDumper/commit/ba2d3d996827bcb7e8f377991f1e695f0ce7755d))

## [0.1.3](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.2...v0.1.3) (2024-07-21)

Expand All @@ -14,32 +19,17 @@

* **docker:** upgrade base python image ([3ec72d9](https://github.com/l4rm4nd/LinkedInDumper/commit/3ec72d978df284dcc0b2d47cc3ea436931463c6c))



## [0.1.2](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.1...v0.1.2) (2024-07-21)


### Bug Fixes

* **code:** refactor the py script ([7414673](https://github.com/l4rm4nd/LinkedInDumper/commit/74146730c6003db36c1110900849d7fef9fab9aa))



## [0.1.1](https://github.com/l4rm4nd/LinkedInDumper/compare/v0.1.0...v0.1.1) (2024-07-19)


### Bug Fixes

* **ci:** push minor version tags ([c1661da](https://github.com/l4rm4nd/LinkedInDumper/commit/c1661dacff85b94a839ec3a2a91a068bfd209645))



# [0.1.0](https://github.com/l4rm4nd/LinkedInDumper/compare/0a5603e2ef094c6187c6e0acb8981882404d72f9...v0.1.0) (2024-07-19)


### Features

* rework gh ci workflow ([0a5603e](https://github.com/l4rm4nd/LinkedInDumper/commit/0a5603e2ef094c6187c6e0acb8981882404d72f9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.4"
"version": "0.1.5"
}

0 comments on commit 062d222

Please sign in to comment.