From 6d3c89028d12d1218c6abfa9d663e8843d712755 Mon Sep 17 00:00:00 2001 From: Max Metral Date: Wed, 15 Aug 2018 11:11:32 -0400 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 2 +- RELEASE.md | 2 ++ package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abcef04..e21a644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Stable build -1.2.0 / 2018-08-15 +1.2.1 / 2018-08-15 ================== * Send null for the value during lock renewal (#6) diff --git a/RELEASE.md b/RELEASE.md index 017960c..72beff9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,8 @@ Be sure to include PR number and github username reference where applicable. 5) Push the release commit +6) BUILD THE MODULE! Run `make` or the published files will not match your source. + 6) Publish the package: `npm publish` 7) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment diff --git a/package.json b/package.json index 2eff330..a7c2d3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microlock", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple distributed locking with Etcd for Node.js", "main": "lib/microlock.js", "repository": {