Skip to content

Commit 62258d3

Browse files
committed
Release 1.1.1
1 parent 343a376 commit 62258d3

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ and this project adheres to
1212

1313
### Changed
1414

15-
- Exclude Deno and DOMException from distribution shim.
16-
- Refine retrieval of Node/Deno version.
17-
1815
### Fixed
1916

2017
### Removed
2118

19+
## [1.1.1] - 2023-02-15
20+
21+
### Added
22+
23+
### Changed
24+
25+
- Exclude Deno and DOMException from distribution shim.
26+
- Refine retrieval of Node/Deno version.
27+
2228
## [1.1.0] - 2023-02-02
2329

2430
### Added
@@ -150,7 +156,8 @@ The API signatures of all functions are as follows:
150156
- `getAccount(parameters?, callback?)`
151157
- `getLocations(parameters?, callback?)`
152158

153-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/1.1.0...HEAD
159+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/1.1.1...HEAD
160+
[1.1.1]: https://github.com/serpapi/serpapi-javascript/compare/1.1.0...1.1.1
154161
[1.1.0]: https://github.com/serpapi/serpapi-javascript/compare/1.0.0...1.1.0
155162
[1.0.0]: https://github.com/serpapi/serpapi-javascript/compare/0.0.13...1.0.0
156163
[0.0.13]: https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13

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.1.0";
7+
export const version = "1.1.1";

0 commit comments

Comments
 (0)