Skip to content

Commit

Permalink
docs: update node-js.mdx to v0.3.1 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot authored Sep 24, 2024
1 parent 6743daa commit 9057b26
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions docs/changelog/server-side/node-js.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
---
title: Node JS
title: Node.js
slug: /changelog/server-side/node-js
toc_max_heading_level: 2
---

<style>
{`
{`
h2:not(:first-of-type) {
border-top: 2px solid #ddd7e9;
padding-top: 40px;
border-top: 2px solid #ddd7e9;
padding-top: 40px;
}
`}
`}
</style>

<div style={{display:"none"}}>DO NOT CHANGE OR REMOVE. This is used for the release automation</div>

## [0.3.0](https://github.com/bucketeer-io/node-server-sdk/releases/tag/v0.3.0) (2023/07/03)
## [0.3.1](https://github.com/bucketeer-io/node-server-sdk/compare/node-server-sdk-v0.3.0...node-server-sdk-v0.3.1) (2024/09/05)


### Features

* new detailed evaluation interface ([#70](https://github.com/bucketeer-io/node-server-sdk/issues/70)) ([99a28e9](https://github.com/bucketeer-io/node-server-sdk/commit/99a28e9a9058166a7a6146b2cd87d3780403d51a))


### Bug Fixes

* fail while checking if error is an instance of InvalidStatusError ([#61](https://github.com/bucketeer-io/node-server-sdk/issues/61)) ([7dd262a](https://github.com/bucketeer-io/node-server-sdk/commit/7dd262a894461a677f84eb9b5adacc3f74341a09))


### Miscellaneous

* add the source ID and sdk version to the register events API ([#58](https://github.com/bucketeer-io/node-server-sdk/issues/58)) ([b4d9b3b](https://github.com/bucketeer-io/node-server-sdk/commit/b4d9b3b9224154575a4229c30d0aef9ab77ddef2))
* update error metrics report ([#59](https://github.com/bucketeer-io/node-server-sdk/issues/59)) ([14c758c](https://github.com/bucketeer-io/node-server-sdk/commit/14c758cb047e6c6b7b0c58b01d1e4c6d66fe1db2))


### Build System

* **deps:** bump the dependencies ([#73](https://github.com/bucketeer-io/node-server-sdk/issues/73)) ([7c5aadd](https://github.com/bucketeer-io/node-server-sdk/commit/7c5aadd9a3ad7246e141e068c7f6d09e850230f6))


## 0.3.0 (2023/07/03)


### Features
Expand Down

0 comments on commit 9057b26

Please sign in to comment.