diff --git a/CHANGELOG.md b/CHANGELOG.md index 99abc98..59be81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,31 @@ # Changelog -All notable changes to `feedback` will be documented in this file +All notable changes to `h-bar` will be documented in this file. -## 1.0.0 - 201X-XX-XX +## 0.2.0 - 2020-02-23 -- initial release +This has a fix for the fact I mixed up the values compared in the wordpress passer. + +***Fixes*** + +- [164e82d] FIX: the normalise for destructured object for the wordpress API + +***Features*** + +- [02d0b38] Add the option to define/override the default container element id that is used. + +## 0.1.0 - 2020-02-18 + +***Features*** + +- adds the ability to have custom parsers in the `parser` section of `init()` [#3] [edee6d8] + +### General + +Update the example file to show usage. + +Also update the readme. + +## 0.0.x - initial releases + +Before this the documented changes are vague cause it was the initial flesh of the package. diff --git a/package.json b/package.json index 851caae..13f5eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reecem/h-bar", - "version": "0.1.0", + "version": "0.2.0", "description": "Lightweight Announcement Bar with Tailwindcss, extendable too", "main": "dist/hBar.js", "scripts": { diff --git a/src/index.js b/src/index.js index d8d9293..ce64d00 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * h-bar announcement banner * - * @version 0.1.0 + * @version 0.2.0 * @author ReeceM */ import "./styles.css" @@ -14,7 +14,7 @@ const hBar = { /** * h-bar version number */ - version: "0.1.0", + version: "0.2.0", /** * Initialise the hBar package