Skip to content

Commit

Permalink
Publish packages [ci skip]
Browse files Browse the repository at this point in the history
- @appsignal/[email protected]
- @appsignal/[email protected]
  • Loading branch information
tombruijn committed Jun 24, 2021
1 parent 8a26df7 commit 6dd70bb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/nodejs-ext/.changesets/linux-arm-build.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/nodejs-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AppSignal for Node.js extension Changelog

## 1.2.6

- [8a26df7](https://github.com/appsignal/appsignal-nodejs/commit/8a26df7974dbb2751acf561890118e4fb6d1812e) patch - Add Linux ARM 64-bit experimental build, available behind a feature flag. To test this set the `APPSIGNAL_BUILD_FOR_LINUX_ARM` flag before compiling your apps: `export APPSIGNAL_BUILD_FOR_LINUX_ARM=1 <command>`. Please be aware this is an experimental build. Please report any issue you may encounter at our [support email](mailto:[email protected]).

## 1.2.5

- [a55fd1f](https://github.com/appsignal/appsignal-nodejs/commit/a55fd1f0d7aedc1d06024031db80ee4543b332bf) patch - Package release.
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/nodejs-ext",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/index",
"types": "dist/index",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AppSignal for Node.js Changelog

## 1.2.6

- patch - Update @appsignal/nodejs-ext dependency to 1.2.6.

## 1.2.5

- [a55fd1f](https://github.com/appsignal/appsignal-nodejs/commit/a55fd1f0d7aedc1d06024031db80ee4543b332bf) patch - Package release.
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/nodejs",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/index",
"types": "dist/index",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"tslib": "^2.0.3"
},
"optionalDependencies": {
"@appsignal/nodejs-ext": "=1.2.5"
"@appsignal/nodejs-ext": "=1.2.6"
},
"scripts": {
"prebuild": "npm run versionfile",
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Do not touch this file, auto-generated by scripts/create-versionfile
export const VERSION = "1.2.5"
export const AGENT_VERSION = "d08ae6c"
export const VERSION = "1.2.6"
export const AGENT_VERSION = "9f282f3"

0 comments on commit 6dd70bb

Please sign in to comment.