Skip to content

Commit 41b594e

Browse files
authored
Merge pull request #18 from goddivor/release-please--branches--main--components--seticon-cli
chore(main): release 1.3.0
2 parents 96c899d + d0036de commit 41b594e

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0](https://github.com/goddivor/seticon-cli/compare/v1.2.0...v1.3.0) (2026-06-06)
9+
10+
11+
### Features
12+
13+
* **reset:** support multiple folders (closes [#15](https://github.com/goddivor/seticon-cli/issues/15)) ([9143842](https://github.com/goddivor/seticon-cli/commit/91438424805083ed377d5352e7c6885689330e9c))
14+
* **reset:** support multiple folders (closes [#15](https://github.com/goddivor/seticon-cli/issues/15)) ([304bc5f](https://github.com/goddivor/seticon-cli/commit/304bc5fd6f3570f7951afe79b73abba92ae584c4))
15+
816
## [1.2.0](https://github.com/goddivor/seticon-cli/compare/v1.1.0...v1.2.0) (2026-06-01)
917

1018

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": "seticon-cli",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Cross-platform CLI to change folder icons on Windows, macOS and Linux, with automatic PNG to ICO conversion on Windows",
55
"main": "seticon.js",
66
"type": "module",

0 commit comments

Comments
 (0)