Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.

- @appsignal/[email protected]
- @appsignal/[email protected]
  • Loading branch information
unflxw committed Sep 12, 2024
1 parent a7f6e54 commit bd70cf9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for JavaScript changelog

## 1.3.31

_Published on 2024-09-12._

### Added

- Allow `ErrorEvent` instances to be reported to AppSignal. (patch [fb189a5](https://github.com/appsignal/appsignal-javascript/commit/fb189a550b0015a893e368dc92b07b94ff9a01ae))

## 1.3.30

_Published on 2024-04-23._
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/javascript",
"version": "1.3.30",
"version": "1.3.31",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Do not touch this file, auto-generated by scripts/create-version
export const VERSION = "1.3.30"
export const VERSION = "1.3.31"
8 changes: 8 additions & 0 deletions packages/plugin-breadcrumbs-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for plugin-breadcrumbs-console changelog

## 1.1.32

_Published on 2024-09-12._

### Changed

- Update @appsignal/javascript dependency to 1.3.31. (patch)

## 1.1.31

_Published on 2024-04-23._
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-breadcrumbs-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/plugin-breadcrumbs-console",
"version": "1.1.31",
"version": "1.1.32",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"@appsignal/javascript": "=1.3.30"
"@appsignal/javascript": "=1.3.31"
},
"devDependencies": {
"@appsignal/types": "=3.0.1"
Expand Down

0 comments on commit bd70cf9

Please sign in to comment.