Skip to content

Commit f2b7d6f

Browse files
authored
Merge pull request #1 from ioncakephper/release-please--branches--main--components--php-theme-gen
chore(main): release 1.0.0
2 parents 48d0946 + 7142755 commit f2b7d6f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2025-08-09)
4+
5+
6+
### Features
7+
8+
* Add CLI tool to generate WordPress themes from HTML ([f882b55](https://github.com/ioncakephper/php-theme-gen/commit/f882b55dc7d755eb808c49e61a36bce8d29be34b))
9+
* Enhance README and package.json for clarity and discoverability ([8487c36](https://github.com/ioncakephper/php-theme-gen/commit/8487c3632b144f2cc4b7c453051b66ecd5aa2bfe))
10+
311
## [1.2.0](https://github.com/ioncakephper/php-theme-gen/compare/v1.1.0...v1.2.0) (2025-07-07)
412

513
### Features

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": "php-theme-gen",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A robust starter template for modern Node.js development, pre-configured with Jest for testing, ESLint for linting, and Prettier for code formatting.",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)