Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstimmerman committed Nov 9, 2019
1 parent 42590b8 commit 1bd9f97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# mensch history

## 0.3.4 - 09 Nov 2019

- Fix global leak and stringify indentation

## 0.3.3 - 04 Aug 2016

- Added Bower.json
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mensch",
"main": "index.js",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/brettstimmerman/mensch",
"authors": [
"Brett Stimmerman <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mensch",
"description": "A decent CSS parser",
"version": "0.3.3",
"version": "0.3.4",
"main": "index.js",
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 1bd9f97

Please sign in to comment.