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

Commit eda9982

Browse files
Scale Botsemantic-release-bot
authored andcommitted
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-04-14) ### Bug Fixes * audit ([90b4a58](90b4a58)) ### Features * adds puppeteer abstraction ([2c7b907](2c7b907))
1 parent de3368c commit eda9982

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2020-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* audit ([90b4a58](https://github.com/ScaleLeap/puppeteer/commit/90b4a588ede3de17275e1fd8d71b2e8bf20cb434))
12+
13+
14+
### Features
15+
16+
* adds puppeteer abstraction ([2c7b907](https://github.com/ScaleLeap/puppeteer/commit/2c7b907e5bb8a871a2e7134c141491120fe9afdf))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://www.scaleleap.com/"
99
},
1010
"homepage": "https://github.com/ScaleLeap/puppeteer/#readme",
11-
"version": "0.0.0",
11+
"version": "1.0.0",
1212
"main": "lib/index.js",
1313
"files": [
1414
"/lib"
@@ -69,4 +69,4 @@
6969
"extends": "@scaleleap/semantic-release-config",
7070
"branch": "master"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)