diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa9bde..d50a446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.6.3 + +- Adds support for the composer installers v2 package + ## v0.6.2 - Ensure that a version string is always set on an asset, even when the built file has a hash string in the file name. This ensures proper cache invalidation in sites using asset concatenation. diff --git a/asset-loader.php b/asset-loader.php index 671cf76..45f2cca 100644 --- a/asset-loader.php +++ b/asset-loader.php @@ -13,7 +13,7 @@ * Plugin Name: Asset Loader * Plugin URI: https://github.com/humanmade/asset-loader * Description: Utilities to seamlessly consume Webpack-bundled assets in WordPress themes & plugins. - * Version: 0.6.2 + * Version: 0.6.3 * Author: K Adam White * Author URI: http://kadamwhite.com * License: GPL-2.0+