Skip to content

Commit

Permalink
Release. Bump version number 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Jun 23, 2022
1 parent ceb076b commit 2603908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.1.0",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/serverless-pdf-generator",
"version": "2.0.0",
"version": "2.1.0",
"description": "Web service for conversion of HTML to PDF",
"contributors": [
{
Expand Down Expand Up @@ -29,9 +29,9 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"puppeteer": "10.1.0",
"gulp": "^4.0.2",
"gulp-replace": "^0.5.4"
"gulp-replace": "^0.5.4",
"puppeteer": "10.1.0"
},
"license": "MIT",
"private": true
Expand Down

0 comments on commit 2603908

Please sign in to comment.