Skip to content

Commit fc46b64

Browse files
committed
Update changelog
1 parent fba0250 commit fc46b64

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,26 @@ and this project adheres to
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
### Removed
18+
19+
## [0.0.10] - 2023-01-03
20+
21+
### Added
22+
1323
- [Google About This Result] Add `google_domain` parameter.
1424
- Ensure `cov_profile` is cleared when generating test coverage.
1525
- Add `CONTRIBUTING.md`.
1626
- Update VSCode workspace settings to format TypeScript and Markdown using deno.
17-
18-
### Changed
27+
- Add descriptions for base parameters.
1928

2029
### Fixed
2130

22-
- Ensure engine parameter types include SerpApi types (e.g. `api_key`, `device`)
23-
24-
### Removed
31+
- Ensure engine parameter types include SerpApi types (e.g. `api_key`,
32+
`device`).
2533

2634
## [0.0.9] - 2022-12-27
2735

@@ -88,7 +96,8 @@ The API signatures of all functions are as follows:
8896
- `getAccount(parameters?, callback?)`
8997
- `getLocations(parameters?, callback?)`
9098

91-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.9...HEAD
99+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.10...HEAD
100+
[0.0.10]: https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10
92101
[0.0.9]: https://github.com/serpapi/serpapi-javascript/compare/0.0.8...0.0.9
93102
[0.0.8]: https://github.com/serpapi/serpapi-javascript/compare/0.0.7...0.0.8
94103
[0.0.7]: https://github.com/serpapi/serpapi-javascript/compare/0.0.6...0.0.7

0 commit comments

Comments
 (0)