We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b248710 commit c3d8239Copy full SHA for c3d8239
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
4
5
+## [1.2.0] - 2020-02-03
6
+
7
+### Added
8
9
+- Added the ability to handle array values and auto templates. Thanks [@iv-agatha](https://github.com/iv-agatha)
10
11
## [1.1.1] - 2019-02-20
12
13
### Changed
package.json
@@ -2,7 +2,7 @@
"name": "laravel-mix-kirby",
"description": "Laravel Mix helper for the Kirby CMS",
"author": "Robert Cordes <[email protected]>",
- "version": "1.0.0",
+ "version": "1.2.0",
"type": "kirby-plugin",
"license": "MIT"
}
0 commit comments