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

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruohola committed Jan 12, 2022
1 parent 030896d commit bacc6e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.0.1] - 2022-01-12

## [1.0.0] - 2022-01-11

### Added
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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"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.0.0",
"@apilytics/core": "1.0.1",
"express": "*"
},
"devDependencies": {
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.0.0",
"version": "1.0.1",
"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.0.0",
"@apilytics/core": "1.0.1",
"next": "*"
},
"devDependencies": {
Expand Down

0 comments on commit bacc6e1

Please sign in to comment.