From 4c15e258e060c47418189ed1ce1414cffc1fd0bc Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Sat, 17 Aug 2019 22:10:41 -0400 Subject: [PATCH] Preparing for release --- docs/change-log.md | 6 ++++-- package.json | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index 3577ea6d..51f4907b 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -17,11 +17,13 @@ ### Upcoming... +--> + +### v2.0.4 + - Fix double-rendering of trusted content within `contenteditable` elements ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows)) - Fix error on `m.trust` updating ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows)) ---> - ### v2.0.3 - Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows)) diff --git a/package.json b/package.json index fd7b4892..1d40d284 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,8 @@ "test": "node ospec/bin/ospec", "posttest": "npm run lint", "cover": "istanbul cover --print both ospec/bin/ospec", - "release": "node scripts/release", - "release:docs": "node scripts/update-docs", - "version": "npm run build && git add index.js mithril.js mithril.min.js README.md" + "release": "npm version -m 'v%s'", + "version": "npm run build && git add mithril.js mithril.min.js README.md" }, "devDependencies": { "@alrra/travis-scripts": "^3.0.1",