Skip to content

Commit

Permalink
Bump version number to 1.0.4 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dschenk committed Jan 25, 2019
1 parent 928bd80 commit 4f0c6ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.0.4]
###### 2019-01-25
- Changes to dependencies only (mainly moving from postCSS 6 to 7) and some related, internal configurations.
After internal discussions and reading about similar cases at https://github.com/semver/semver/issues/148
we decided that such a changes should be met with a patch-level version bump, not more.

# [1.0.3]
###### 2018-04-11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-replace",
"version": "1.0.3",
"version": "1.0.4",
"author": "Gridonic <hello@gridonic.ch>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4f0c6ba

Please sign in to comment.