We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c801a commit a5491bfCopy full SHA for a5491bf
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
+# [1.0.5]
2
+###### 2019-03-11
3
+
4
+###### Changed
5
+- Changes to dev-dependencies only: Updated to newest versions of jest, stryker and coveralls
6
7
8
# [1.0.4]
9
###### 2019-01-25
10
11
12
- Changes to dependencies only (mainly moving from postCSS 6 to 7) and some related, internal configurations.
13
After internal discussions and reading about similar cases at https://github.com/semver/semver/issues/148
14
we decided that such a changes should be met with a patch-level version bump, not more.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-replace",
- "version": "1.0.4",
+ "version": "1.0.5",
"author": "Gridonic <hello@gridonic.ch>",
"license": "MIT",
"keywords": [
0 commit comments