Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2022
1 parent 5079fba commit 985d282
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-02-02

### Added

- Send `User-Agent` information with metrics.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/core",
"version": "1.2.0",
"version": "1.3.0",
"description": "Apilytics for Node.js - Easy API analytics for Node backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/express",
"version": "1.2.0",
"version": "1.3.0",
"description": "Apilytics for Express - Easy API analytics for Express backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.2.0"
"@apilytics/core": "1.3.0"
},
"peerDependencies": {
"express": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/next",
"version": "1.2.0",
"version": "1.3.0",
"description": "Apilytics for Next.js - Easy API analytics for Next.js backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.2.0"
"@apilytics/core": "1.3.0"
},
"peerDependencies": {
"next": "*"
Expand Down

0 comments on commit 985d282

Please sign in to comment.