Skip to content

Commit

Permalink
release: 2022-03-08, Version 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Mar 8, 2022
1 parent 7c69b91 commit 1d18759
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

# [2.0.0](https://github.com/logdna/logdna-browser/compare/v1.1.4...v2.0.0) (2022-03-08)


### Features

* **ssr**: Updates to allow SSR (nextjs) support [7c69b91](https://github.com/logdna/logdna-browser/commit/7c69b9190da405cb79e3f944fdcacddf00a005f8) - Terry Moore


### **BREAKING CHANGES**

* **ssr:** This is a large rewrite to abstract any call to window
until after init has run. This allows for SSR support and better
initialization.

## [1.1.4](https://github.com/logdna/logdna-browser/compare/v1.1.3...v1.1.4) (2021-08-25)

### Bug Fixes
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": "@logdna/browser",
"version": "1.1.4",
"version": "2.0.0",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"license": "MIT",
Expand Down

0 comments on commit 1d18759

Please sign in to comment.