File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,23 @@ and this project adheres to
1010
1111### Added
1212
13- - Add module version to the ` source ` parameter.
14-
1513### Changed
1614
17- - Update deploy flow to be triggered by a change in ` version.ts ` .
18-
1915### Fixed
2016
2117### Removed
2218
19+ ## [ 0.0.11] - 2023-01-05
20+
21+ ### Added
22+
23+ - Add module version to the ` source ` parameter.
24+
25+ ### Changed
26+
27+ - Update deploy flow to be triggered by a change in ` version.ts ` .
28+ - Update development dependencies.
29+
2330## [ 0.0.10] - 2023-01-03
2431
2532### Added
@@ -100,7 +107,8 @@ The API signatures of all functions are as follows:
100107- ` getAccount(parameters?, callback?) `
101108- ` getLocations(parameters?, callback?) `
102109
103- [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.10...HEAD
110+ [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.11...HEAD
111+ [ 0.0.11 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
104112[ 0.0.10 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10
105113[ 0.0.9 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.8...0.0.9
106114[ 0.0.8 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.7...0.0.8
Original file line number Diff line number Diff line change 44 *
55 * Changing this value creates a new release.
66 */
7- export const version = "0.0.10 " ;
7+ export const version = "0.0.11 " ;
You can’t perform that action at this time.
0 commit comments