Skip to content

Commit 07e9f6b

Browse files
committed
chore(release): merge main back into develop
2 parents 8281dcf + 47e290f commit 07e9f6b

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
This project uses Conventional Commits and Release Please to generate releases.
66

7+
## 1.0.0 (2026-05-01)
8+
9+
10+
### Features
11+
12+
* enhance validator with descriptor-specific rules and update API docs ([be7be4f](https://github.com/atldays/srcset-kit/commit/be7be4f6232667acd1739645216a990bbffc9c80))
13+
* implement srcset parsing, validation, and stringification ([72c3844](https://github.com/atldays/srcset-kit/commit/72c3844c32ead6d1ba99ecdb4b2904ad60ed2bde))
14+
* initialize project with npm package configuration and setup files ([b89c78c](https://github.com/atldays/srcset-kit/commit/b89c78ccd0d3ff7b1783039e564cef6017712ac0))
15+
* update formatter configurations for JavaScript and JSON files ([1a1e899](https://github.com/atldays/srcset-kit/commit/1a1e8996467c51ffbeb615d7f71096e71b787a8b))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* **release:** release 1.0.0 ([46955e6](https://github.com/atldays/srcset-kit/commit/46955e677b30af8bc2fa12f655075f0fe54a4423))
21+
722
## 0.0.1 - 2026-05-02
823

924
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srcset-kit",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "srcset parser, validator, and stringifier for responsive images with zero dependencies.",
55
"keywords": [
66
"srcset",

0 commit comments

Comments
 (0)