Skip to content

Commit 60b78a6

Browse files
committed
Release 1.1.0
1 parent 9922943 commit 60b78a6

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ and this project adheres to
1010

1111
### Added
1212

13-
- [Google Shopping] Add new API.
14-
1513
### Changed
1614

1715
### Fixed
1816

1917
### Removed
2018

19+
## [1.1.0] - 2023-02-02
20+
21+
### Added
22+
23+
- [Google Shopping] Add new API.
24+
2125
## [1.0.0] - 2023-01-19
2226

2327
### Added
@@ -143,7 +147,8 @@ The API signatures of all functions are as follows:
143147
- `getAccount(parameters?, callback?)`
144148
- `getLocations(parameters?, callback?)`
145149

146-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/1.0.0...HEAD
150+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/1.1.0...HEAD
151+
[1.1.0]: https://github.com/serpapi/serpapi-javascript/compare/1.0.0...1.1.0
147152
[1.0.0]: https://github.com/serpapi/serpapi-javascript/compare/0.0.13...1.0.0
148153
[0.0.13]: https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
149154
[0.0.12]: https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12

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 = "1.0.0";
7+
export const version = "1.1.0";

0 commit comments

Comments
 (0)