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

Commit 3295a2d

Browse files
Release 1.4.1
1 parent 10d0ae1 commit 3295a2d

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2022-02-20
11+
1012
### Added
1113

1214
- Add platform name to sent Apilytics version info.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.4.1",
33
"packages": [
44
"packages/*"
55
],

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilytics/core",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Apilytics for Node.js - Easy API analytics for Node backends",
55
"author": "Apilytics <hello@apilytics.io>",
66
"license": "MIT",

packages/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilytics/express",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Apilytics for Express - Easy API analytics for Express backends",
55
"author": "Apilytics <hello@apilytics.io>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
3232
},
3333
"dependencies": {
34-
"@apilytics/core": "1.4.0"
34+
"@apilytics/core": "1.4.1"
3535
},
3636
"peerDependencies": {
3737
"express": "*"

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilytics/next",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Apilytics for Next.js - Easy API analytics for Next.js backends",
55
"author": "Apilytics <hello@apilytics.io>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
3232
},
3333
"dependencies": {
34-
"@apilytics/core": "1.4.0"
34+
"@apilytics/core": "1.4.1"
3535
},
3636
"peerDependencies": {
3737
"next": "*"

0 commit comments

Comments
 (0)