Skip to content

Commit

Permalink
prepare 1rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
dasfmi committed Jun 10, 2024
1 parent 10a9418 commit 4bcb293
Show file tree
Hide file tree
Showing 7 changed files with 3,080 additions and 2,210 deletions.
13 changes: 13 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.0.0-rc.4] - 2024-06-10

### Fixed

- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify

## [1.0.0-rc.3] - 2024-03-20

- Fix fetch request init with retry

## [1.0.0-rc.2] - 2024-02-09

## [1.0.0-rc.1] - 2023-09-27

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiomhq/js",
"description": "The official javascript bindings for the Axiom API",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"author": "Axiom, Inc.",
"license": "MIT",
"contributors": [
Expand Down
26 changes: 26 additions & 0 deletions packages/pino/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-rc.4] - 2024-06-10

### Changed
- Update @axiomhq/js to version 1.0.0-rc.4

### Fixed

- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify

### Changed
- Update @axiomhq/js to version 1.0.0-rc.3

## [1.0.0-rc.3] - 2024-03-20

### Fixed
- Fix fetch request init with retry in @axiomhq/js


### Changed
- Update @axiomhq/js to version 1.0.0-rc.3

## [1.0.0-rc.2] - 2024-02-09

### Changed
- Update @axiomhq/js to version 1.0.0-rc.2

## [1.0.0-rc.1] - 2023-09-27

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiomhq/pino",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "The official Axiom transport for Pino",
"type": "module",
"types": "dist/esm/types/index.d.ts",
Expand Down
29 changes: 29 additions & 0 deletions packages/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-rc.4] - 2024-06-10

### Changed

- Update @axiomhq/js to version 1.0.0-rc.4

### Fixed

- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify

### Changed

- Update @axiomhq/js to version 1.0.0-rc.3

## [1.0.0-rc.3] - 2024-03-20

### Fixed

- Fix fetch request init with retry in @axiomhq/js

### Changed

- Update @axiomhq/js to version 1.0.0-rc.3

## [1.0.0-rc.2] - 2024-02-09

### Changed
- Update @axiomhq/js to version 1.0.0-rc.2

## [1.0.0-rc.1] - 2023-09-27

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiomhq/winston",
"description": "The official Axiom transport for winston logger",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"type": "module",
"types": "dist/esm/types/index.d.ts",
"module": "dist/esm/index.js",
Expand Down
Loading

0 comments on commit 4bcb293

Please sign in to comment.