Skip to content

Commit

Permalink
Merge pull request #220 from axiomhq/update-changelog
Browse files Browse the repository at this point in the history
changelog: update info for missing versions
  • Loading branch information
dasfmi authored Oct 9, 2024
2 parents 937f438 + 0730edc commit 47c66ad
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
21 changes: 19 additions & 2 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2024-09-23

## Added

- feat: Added support for quert tabular result format

## [1.1.0] - 2024-08-15

## Security

- Warning against usage of personal tokens

## [1.1.0] - 2024-07-12

## Added

- feate: Add referrer opt to dataset creation


## [1.0.0] - 2024-06-12
Expand All @@ -19,13 +36,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

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

### Fixed

- Fix fetch request init with retry
- Fix fetch request init with retry

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

Expand Down
10 changes: 9 additions & 1 deletion packages/pino/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2024-09-23

- Update @axiomhq/js to v1.2.0

## [1.1.0] - 2024-07-12

- Update @axiomhq/js to v1.1.0

## [1.0.0] - 2024-06-12

- Update @axiomhq/js to v1.0.0
Expand All @@ -18,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

### Changed
- Update @axiomhq/js to version 1.0.0-rc.3
Expand Down
11 changes: 10 additions & 1 deletion packages/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2024-09-23

- fix: Make flush() public
- Update @axiomhq/js to v1.2.0

## [1.1.0] - 2024-07-12

- Update @axiomhq/js to v1.1.0

## [1.0.0] - 2024-06-12

- Update @axiomhq/js to v1.0.0
Expand All @@ -19,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

### Changed

Expand Down

0 comments on commit 47c66ad

Please sign in to comment.