Skip to content

Commit

Permalink
chore: release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Dec 29, 2023
1 parent 9d42db8 commit 19a080f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 📟 Changelog

## [1.9.0](https://github.com/artistudioxyz/aspri/compare/v1.8.1...v1.9.0) (2023-12-29)


### Features

* add extract url function ([42cd9db](https://github.com/artistudioxyz/aspri/commit/42cd9dbf87ba0a973cee635299bc9e0215cfc7c1))
* add ignoredirs flag ([e286d63](https://github.com/artistudioxyz/aspri/commit/e286d6390b82cfdad525c85cbff33f1a81a15e14))
* add youtube data extractor ([c781617](https://github.com/artistudioxyz/aspri/commit/c781617cbf28bbfd01e415885096a52b3017c939))
* setup new file module ([a5eb64c](https://github.com/artistudioxyz/aspri/commit/a5eb64cf3c3334d6535d163b40d2ef120bbbfa07))


### Bug Fixes

* youtube extract data cleanup not still messy ([edb00cb](https://github.com/artistudioxyz/aspri/commit/edb00cb994a38c88cb5811b8a7366ae200a666e5))

## [1.8.1](https://github.com/artistudioxyz/aspri/compare/v1.8.0...v1.8.1) (2023-08-12)


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,6 +1,6 @@
{
"name": "aspri",
"version": "1.8.1",
"version": "1.9.0",
"description": "a Collection of scripts and libraries to speed up sotware development process ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 19a080f

Please sign in to comment.