diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bf94e..769f636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.7.3 + +### Features + +* Expand the '±' symbol to '-' and '+' in one place. + +

+ + ## 0.7.2 ### Features diff --git a/package.json b/package.json index 60c6b10..ae98e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-doodle", - "version": "0.7.2", + "version": "0.7.3", "description": "A web component for drawing patterns with CSS", "main": "css-doodle.js", "scripts": {