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

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2022
1 parent d83199f commit 3859bc6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 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.1.0] - 2022-01-16

### Added

- Send query parameters in addition to the path.
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.0.2",
"version": "1.1.0",
"packages": [
"packages/*"
],
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/core",
"version": "1.0.2",
"version": "1.1.0",
"description": "Apilytics for Node.js - Easy API analytics for Node backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -35,5 +35,6 @@
},
"engines": {
"node": ">=12.0.0"
}
},
"gitHead": "d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
}
7 changes: 4 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/express",
"version": "1.0.2",
"version": "1.1.0",
"description": "Apilytics for Express - Easy API analytics for Express backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,13 +31,14 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.0.2",
"@apilytics/core": "1.1.0",
"express": "*"
},
"devDependencies": {
"@types/express": "*"
},
"engines": {
"node": ">=12.0.0"
}
},
"gitHead": "d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
}
7 changes: 4 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/next",
"version": "1.0.2",
"version": "1.1.0",
"description": "Apilytics for Next.js - Easy API analytics for Next.js backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,13 +31,14 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.0.2",
"@apilytics/core": "1.1.0",
"next": "*"
},
"devDependencies": {
"react": "17.0.2"
},
"engines": {
"node": ">=12.0.0"
}
},
"gitHead": "d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
}

0 comments on commit 3859bc6

Please sign in to comment.