Skip to content

Commit

Permalink
v1.4.13 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
TDanks2000 authored Feb 25, 2023
1 parent 38a712a commit bd9c2c3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 25 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.4.12](https://github.com/consumet/consumet.ts/compare/v1.4.10...v1.4.12)
## [v1.4.13](https://github.com/consumet/consumet.ts/compare/v1.4.12...v1.4.13)

### Merged

- Added intros and fixed some bugs (9anime) [`#270`](https://github.com/consumet/consumet.ts/pull/270)
- chore(build) yarn build [`#268`](https://github.com/consumet/consumet.ts/pull/268)
- Fixed 9anime [`#267`](https://github.com/consumet/consumet.ts/pull/267)

### Commits

- refactor 9anime [`aa011fd`](https://github.com/consumet/consumet.ts/commit/aa011fde891fd3e88a37b6799739f12a7b79cd3c)

## [v1.4.12](https://github.com/consumet/consumet.ts/compare/v1.4.10...v1.4.12) - 2023-02-23

### Merged

- v1.4.12 [`#266`](https://github.com/consumet/consumet.ts/pull/266)
- fixes "working code" [`#265`](https://github.com/consumet/consumet.ts/pull/265)
- v1.4.11 [`#264`](https://github.com/consumet/consumet.ts/pull/264)
- 9anime [`#263`](https://github.com/consumet/consumet.ts/pull/263)

### Commits

- refactor 9anime [`ed817a3`](https://github.com/consumet/consumet.ts/commit/ed817a3f007b9a97917c01acf6d9b61ff757fbe1)
- feat (base parser): rotate proxies if given an array [`ca0dfdf`](https://github.com/consumet/consumet.ts/commit/ca0dfdfc9a55364032a7c46e6c750e301078d340)
- fixes "working code" [`22d866f`](https://github.com/consumet/consumet.ts/commit/22d866ff069fdbe772b0bdf3213f7a46db8be607)

## [v1.4.10](https://github.com/consumet/consumet.ts/compare/v1.4.9...v1.4.10) - 2023-02-16

Expand Down Expand Up @@ -92,6 +105,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- v1.4.1 [`#234`](https://github.com/consumet/consumet.ts/pull/234)
- feat(anilist) add currentEpisodeCount [`#233`](https://github.com/consumet/consumet.ts/pull/233)
- Zoro fix [`#232`](https://github.com/consumet/consumet.ts/pull/232)
- v1.4.0 [`#231`](https://github.com/consumet/consumet.ts/pull/231)
- v1.3.8 [`#229`](https://github.com/consumet/consumet.ts/pull/229)

### Commits

Expand All @@ -100,31 +115,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.4.0](https://github.com/consumet/consumet.ts/compare/v1.3.8...v1.4.0) - 2023-02-03

### Merged

- v1.4.0 [`#231`](https://github.com/consumet/consumet.ts/pull/231)
- v1.3.8 [`#229`](https://github.com/consumet/consumet.ts/pull/229)
- Mal popularity [`#228`](https://github.com/consumet/consumet.ts/pull/228)

## [v1.3.8](https://github.com/consumet/consumet.ts/compare/v1.3.7...v1.3.8) - 2023-02-03

### Merged

- Mal popularity [`#228`](https://github.com/consumet/consumet.ts/pull/228)
- Mal popularity [`#227`](https://github.com/consumet/consumet.ts/pull/227)
- added popularity to mal [`#226`](https://github.com/consumet/consumet.ts/pull/226)
- v1.3.7 [`#225`](https://github.com/consumet/consumet.ts/pull/225)
- fixed base parser/cors config and fixed animepahe test [`#224`](https://github.com/consumet/consumet.ts/pull/224)

## [v1.3.7](https://github.com/consumet/consumet.ts/compare/v1.3.6...v1.3.7) - 2023-02-02

### Merged

- v1.3.7 [`#225`](https://github.com/consumet/consumet.ts/pull/225)
- fixed base parser/cors config and fixed animepahe test [`#224`](https://github.com/consumet/consumet.ts/pull/224)
- v1.3.6 [`#218`](https://github.com/consumet/consumet.ts/pull/218)

### Commits

- fixed base parser/cors config and fixed animepahe test [`767cf67`](https://github.com/consumet/consumet.ts/commit/767cf679a756da5aea1c2c3bb0cef1eb6950e334)

## [v1.3.6](https://github.com/consumet/consumet.ts/compare/v1.3.5...v1.3.6) - 2023-01-30

### Merged

- v1.3.6 [`#218`](https://github.com/consumet/consumet.ts/pull/218)
- fix wrong cors proxy in mangasee123 [`#214`](https://github.com/consumet/consumet.ts/pull/214)
- fix kwik extractor wrong cors url [`#212`](https://github.com/consumet/consumet.ts/pull/212)
- fix mal is undefined [`#211`](https://github.com/consumet/consumet.ts/pull/211)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consumet/extensions",
"version": "1.4.12",
"version": "1.4.13",
"description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bd9c2c3

Please sign in to comment.