Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.1.1] - 2026-05-09

### Added
- Add Playwright E2E and Vitest unit test harnesses.

Expand All @@ -26,5 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Release workflow: tag `v*` triggers a build, version-vs-tag check, zip, and GitHub Release with changelog notes.
- Chrome Web Store submission package (listing copy, permission justifications, privacy policy, screenshot formatter).

[Unreleased]: https://github.com/ivanmaierg/github-refresh/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/ivanmaierg/github-refresh/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/ivanmaierg/github-refresh/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ivanmaierg/github-refresh/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-refresh",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"type": "module",
"description": "Chrome extension that auto-refreshes idle GitHub tabs and reminds you to refresh active ones — never miss new commits, PR comments, or CI status again.",
Expand Down
Loading