Skip to content

Commit

Permalink
📝docs: update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Feb 23, 2020
1 parent 7ea49e2 commit cea399c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* h-bar announcement banner
*
* @version 0.1.0
* @version 0.2.0
* @author ReeceM
*/
import "./styles.css"
Expand All @@ -14,7 +14,7 @@ const hBar = {
/**
* h-bar version number
*/
version: "0.1.0",
version: "0.2.0",

/**
* Initialise the hBar package
Expand Down

0 comments on commit cea399c

Please sign in to comment.