Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Feb 2, 2025
1 parent a738fd6 commit 6bf5d67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 1.1.0 (2025-02-02)


### Features

* add automated releases ([28230b3](https://github.com/baumrock/RockDevTools/commit/28230b3456ea569d463a0467fc2b4b211ceca6aa))
* add livereload ([a51c91c](https://github.com/baumrock/RockDevTools/commit/a51c91c332692001b6da1b7027a3b6445afd15da))
* add merge/minify for LESS/CSS/JS ([243a27b](https://github.com/baumrock/RockDevTools/commit/243a27b31886ea9cde69667316c76daae414dda9))
* add new scriptTag() and styleTag() methods ([60d7ef6](https://github.com/baumrock/RockDevTools/commit/60d7ef6a9bad1aa31fc60752fc8d60e6fc77f73f))
* add page classes to livereload watch ([1fa6ae5](https://github.com/baumrock/RockDevTools/commit/1fa6ae5bd5bb44c1d821fd5783d32c221885d2b0))
* add support for addAll("glob") ([bacd805](https://github.com/baumrock/RockDevTools/commit/bacd8051f9a6054c3f47133ef6011f9107814c23))
* add support for remove() glob pattern ([3099f63](https://github.com/baumrock/RockDevTools/commit/3099f630023a155659f6ff668cd3847cc0b9b16c))
* cache list of watched files ([3a1b692](https://github.com/baumrock/RockDevTools/commit/3a1b6924da5c25c4f5a855b8db0afc5b79f64a01))
* refactor to use nette finder ([8ea5dfb](https://github.com/baumrock/RockDevTools/commit/8ea5dfbfdc3b6b296061c517422064b8b56bee4e))
* watch rockmigrations folder ([44fc450](https://github.com/baumrock/RockDevTools/commit/44fc45000bfdc5e832929ff079304d1fc3a29936))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit 6bf5d67

Please sign in to comment.