Skip to content

Commit 11fbf1f

Browse files
0.1.1
1 parent 048dd62 commit 11fbf1f

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.changeset/add-ci-workflow.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 3e0a56b: Add CI workflow and development best practices
8+
- Add GitHub Actions workflow for tests on push and PRs
9+
- Add changeset configuration for version management
10+
- Add Prettier for code formatting
11+
- Add ESLint with Prettier integration
12+
- Add jscpd for code duplication detection
13+
- Add Husky pre-commit hooks
14+
- Add release scripts for automated publishing
15+
316
All notable changes to this project will be documented in this file.
417

518
## 0.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-commander",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Universal browser automation library that supports both Playwright and Puppeteer with a unified API",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)