Skip to content

Commit

Permalink
Bump version to 1.8.10, update CHANGELOG.md & yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 2, 2021
1 parent 5b868ba commit c2f25c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.8.10 - 2021-03-02

- Add properties_string_max_length = 65535 (#197)
- Add properties_string_max_length = 65535 (#197)
- Remove unused notification code (#191)
- Remove old upgrade code (never used) (#192)
- Support $set_once with identify (#190)

## 1.8.9 - 2021-03-02

- Add Yarn lock resiliency (#196)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog-js",
"version": "1.8.9",
"version": "1.8.10",
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",
"repository": "https://github.com/PostHog/posthog-js",
"author": "[email protected]",
Expand Down

0 comments on commit c2f25c3

Please sign in to comment.