Skip to content

Commit f475a15

Browse files
committed
Release 1.0.0
1 parent 56b843c commit f475a15

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
### Removed
18+
19+
## [1.0.0] - 2023-01-19
20+
21+
### Added
22+
1323
- Add pagination support for `getJson`.
1424
- Export error classes.
1525
- Add examples.
@@ -24,10 +34,6 @@ and this project adheres to
2434
- [Google Trends] Refine `tz` parameter documentation.
2535
- [Google] Refine `start` parameter documentation.
2636

27-
### Fixed
28-
29-
### Removed
30-
3137
## [0.0.13] - 2023-01-13
3238

3339
### Fixed
@@ -135,7 +141,8 @@ The API signatures of all functions are as follows:
135141
- `getAccount(parameters?, callback?)`
136142
- `getLocations(parameters?, callback?)`
137143

138-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.13...HEAD
144+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/1.0.0...HEAD
145+
[1.0.0]: https://github.com/serpapi/serpapi-javascript/compare/0.0.13...1.0.0
139146
[0.0.13]: https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
140147
[0.0.12]: https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12
141148
[0.0.11]: https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*
55
* Changing this value creates a new release.
66
*/
7-
export const version = "0.0.13";
7+
export const version = "1.0.0";

0 commit comments

Comments
 (0)