This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.1.0] - 2022-01-16
11+
1012### Added
1113
1214- Send query parameters in addition to the path.
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.2 " ,
2+ "version" : " 1.1.0 " ,
33 "packages" : [
44 " packages/*"
55 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @apilytics/core" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Apilytics for Node.js - Easy API analytics for Node backends" ,
55 "author" : " Apilytics <hello@apilytics.io>" ,
66 "license" : " MIT" ,
3535 },
3636 "engines" : {
3737 "node" : " >=12.0.0"
38- }
38+ },
39+ "gitHead" : " d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
3940}
Original file line number Diff line number Diff line change 11{
22 "name" : " @apilytics/express" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Apilytics for Express - Easy API analytics for Express backends" ,
55 "author" : " Apilytics <hello@apilytics.io>" ,
66 "license" : " MIT" ,
3131 "clean" : " rm -rf dist/ tsconfig.tsbuildinfo"
3232 },
3333 "dependencies" : {
34- "@apilytics/core" : " 1.0.2 " ,
34+ "@apilytics/core" : " 1.1.0 " ,
3535 "express" : " *"
3636 },
3737 "devDependencies" : {
3838 "@types/express" : " *"
3939 },
4040 "engines" : {
4141 "node" : " >=12.0.0"
42- }
42+ },
43+ "gitHead" : " d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
4344}
Original file line number Diff line number Diff line change 11{
22 "name" : " @apilytics/next" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Apilytics for Next.js - Easy API analytics for Next.js backends" ,
55 "author" : " Apilytics <hello@apilytics.io>" ,
66 "license" : " MIT" ,
3131 "clean" : " rm -rf dist/ tsconfig.tsbuildinfo"
3232 },
3333 "dependencies" : {
34- "@apilytics/core" : " 1.0.2 " ,
34+ "@apilytics/core" : " 1.1.0 " ,
3535 "next" : " *"
3636 },
3737 "devDependencies" : {
3838 "react" : " 17.0.2"
3939 },
4040 "engines" : {
4141 "node" : " >=12.0.0"
42- }
42+ },
43+ "gitHead" : " d83199fe1aaa931a7dcf4c12f6f67ef0083cbecc"
4344}
You can’t perform that action at this time.
0 commit comments