Skip to content

Commit

Permalink
Merge pull request #240 from axiomhq/prepare-v1.3.0-release
Browse files Browse the repository at this point in the history
prepare release for 1.3.0
  • Loading branch information
bahlo authored Nov 21, 2024
2 parents e500b03 + 66e28b1 commit e7a07d7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2024-09-20

## Added

- feat: Added timeouts to Axiom client [#236](https://github.com/axiomhq/axiom-js/pull/236)

## [1.2.0] - 2024-09-23

## Added
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.2.0",
"version": "1.3.0",
"author": "Axiom, Inc.",
"license": "MIT",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions packages/pino/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2024-11-20

- Update @axiomhq/js to v1.3.0

## [1.2.0] - 2024-09-23

- Update @axiomhq/js to v1.2.0
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.2.0",
"version": "1.3.0",
"description": "The official Axiom transport for Pino",
"type": "module",
"types": "dist/esm/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2024-11-20

- Update @axiomhq/js to v1.3.0

## [1.2.0] - 2024-09-23

- fix: Make flush() public
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.2.0",
"version": "1.3.0",
"type": "module",
"types": "dist/esm/types/index.d.ts",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e7a07d7

Please sign in to comment.