Skip to content

Commit d0d264b

Browse files
🔖️️ [RELEASE] v1.3.0
Refs: none
1 parent 5871a73 commit d0d264b

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.3.0] - 2024-12-23
11+
12+
### ✨ Features
13+
14+
- Update collector.js to latest version ([c471309](https://github.com/ausi/respimagelint/tree/c471309612ce71496ab017f0c03eda7f1c953c56))
15+
- Add automated collector script update functionality with new NPM commands and minification support
16+
- Migrate to TypeScript and Vite.js v6 for improved build performance and type safety
17+
18+
### 🔧 Tasks
19+
20+
- Add automated collector.js update checker via GitHub workflow
21+
- Refactor collector script into separate module for cleaner architecture
22+
- Add Husky pre-commit hooks for test execution
23+
- Add Prettier and standardize code formatting
24+
- Configure import sorting
25+
- Add eslint-config-prettier integration
26+
- Format all source files to new standards
27+
1028
## [v1.2.0] - 2024-06-27
1129

1230
### 🔧 Tasks
@@ -64,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6482

6583
- Add license, readme and changelog
6684

67-
[Unreleased]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.2.0...HEAD
85+
[Unreleased]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.3.0...HEAD
86+
[v1.3.0]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.2.0...v1.3.0
6887
[v1.2.0]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.1.0...v1.2.0
6988
[v1.1.0]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.0.1...v1.1.0
7089
[v1.0.1]: https://github.com/peter-neumann-dev/responsive-image-linter/compare/v1.0.0...v1.0.1

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": "responsive-image-linter",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A Chrome extension to test your responsive images",
55
"homepage": "https://github.com/peter-neumann-dev/responsive-image-linter#readme",
66
"bugs": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_ext_name__",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "__MSG_ext_desc__",
66
"author": "mail@peter-neumann.dev",
77
"homepage_url": "https://github.com/peter-neumann-dev/responsive-image-linter",
58.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)