Skip to content

Commit fa32fc6

Browse files
authored
Merge pull request #74 from mdwitr0/release-please--branches--main--components--release-please-action
chore(main): release 1.1.0
2 parents caad36d + 75bbe34 commit fa32fc6

4 files changed

+23
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.4"
2+
".": "1.1.0"
33
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/mdwitr0/kinopoiskdev/compare/v1.0.4...v1.1.0) (2023-03-12)
4+
5+
6+
### Features
7+
8+
* **keyword:** add find method [#69](https://github.com/mdwitr0/kinopoiskdev/issues/69) ([225ed25](https://github.com/mdwitr0/kinopoiskdev/commit/225ed2546b76d0442acd7175f8cfb55eced1e604))
9+
* **movie:** add countries & genres properties to findMany response [#72](https://github.com/mdwitr0/kinopoiskdev/issues/72) ([fd3cd51](https://github.com/mdwitr0/kinopoiskdev/commit/fd3cd514a87ba1db443e55b3646787c01dd2d421))
10+
* **movie:** add find movie awards method [#67](https://github.com/mdwitr0/kinopoiskdev/issues/67) ([8340043](https://github.com/mdwitr0/kinopoiskdev/commit/83400438560d7037f63ae90e82258bf3a51eb07f))
11+
* **movie:** add types and languages to names [#68](https://github.com/mdwitr0/kinopoiskdev/issues/68) ([08a6f5c](https://github.com/mdwitr0/kinopoiskdev/commit/08a6f5cd8515a7d60a1f257682c53aabc3c74c79))
12+
* **person:** add award method [#58](https://github.com/mdwitr0/kinopoiskdev/issues/58) ([56a79bb](https://github.com/mdwitr0/kinopoiskdev/commit/56a79bb4f475dcc99440ee9b80c681fd47dc9d08))
13+
* **studio:** add find studio methods [#63](https://github.com/mdwitr0/kinopoiskdev/issues/63) ([c075fbf](https://github.com/mdwitr0/kinopoiskdev/commit/c075fbf5d832137b7c55ee742a4b6b6343d1bf1a))
14+
15+
16+
### Bug Fixes
17+
18+
* movies aren't found by date ([5475edc](https://github.com/mdwitr0/kinopoiskdev/commit/5475edc2e0251ad74838c0c8e308e40e2be7b9b2))
19+
* **movie:** the "AllOf" are still in the model ([911de08](https://github.com/mdwitr0/kinopoiskdev/commit/911de08402b0c6dd64fc6d96b6009a212c0b2ec9))
20+
* **season:** episode model isn't correct [#64](https://github.com/mdwitr0/kinopoiskdev/issues/64) ([65c668c](https://github.com/mdwitr0/kinopoiskdev/commit/65c668c76f5b9637880fb7b15de8472c0e82cd62))
21+
* the find method has not correct name ([2ae879a](https://github.com/mdwitr0/kinopoiskdev/commit/2ae879ae5d47b4ce7acac57a29454891f6b46758))
22+
323
## [1.0.4](https://github.com/mdwitr0/kinopoiskdev/compare/v1.0.3...v1.0.4) (2023-03-02)
424

525

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kinopoiskdev_api",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "",
55
"author": "",
66
"private": true,

0 commit comments

Comments
 (0)