Skip to content

Commit

Permalink
Release/v7.2.6 (#175)
Browse files Browse the repository at this point in the history
* Changelog for release

* 7.2.6
  • Loading branch information
timetraveler328 authored Aug 11, 2023
1 parent ef43990 commit d6a9520
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.2.6](https://github.com/polygon-io/client-js/compare/v7.2.5...v7.2.6) (2023-08-11)
### Bug Fixes
* Export universal snapshot types
* Add next_url to Aggregates enpdoints response types
* Update examples to use import syntax instead of require

## [7.2.4](https://github.com/polygon-io/client-js/compare/v7.2.3...v7.2.4) (2023-06-14)
### Bug Fixes
* Update snapshot min to support n and t
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polygon.io/client-js",
"version": "7.2.5",
"version": "7.2.6",
"description": "Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit d6a9520

Please sign in to comment.