From 656c32abe6833a594dee08052bb6829577deb83e Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Mon, 29 Jan 2018 14:47:14 +0800 Subject: Release 7.0.1 --- CHANGELOG.md | 5 ++++- normalize-scss.gemspec | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8a437..c771dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,17 @@ All notable changes to this project will be documented in this file. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [Unreleased](https://github.com/JohnAlbin/normalize-scss/compare/7.0.0...HEAD) +#### [7.0.1](https://github.com/JohnAlbin/normalize-scss/compare/7.0.0...7.0.1) > 29 January 2018 - chore(package): update mocha to version 5.0.0 [`#126`](https://github.com/JohnAlbin/normalize-scss/pull/126) - Add package-lock.json [`6de4cb1`](https://github.com/JohnAlbin/normalize-scss/commit/6de4cb174d5b243362f0a852ba028ee9fc94d7a1) +- Add auto-generated CHANGELOG [`0f20dfa`](https://github.com/JohnAlbin/normalize-scss/commit/0f20dfa19d08d6b47dc71f799afe7aefb0726dba) - Drop Node.js v0.12 support [`d5e3d7d`](https://github.com/JohnAlbin/normalize-scss/commit/d5e3d7dcb87f8898223573e7d85eb102275d7a68) +- Remove cruft from npm package by updating .npmignore [`c8c011d`](https://github.com/JohnAlbin/normalize-scss/commit/c8c011d59189d7263ead2ab72fe3a20282728425) - Update package-lock [`bd1543c`](https://github.com/JohnAlbin/normalize-scss/commit/bd1543c9a789d6f8001a852dfbd14ad138b64382) - Add .npmignore [`450d9f3`](https://github.com/JohnAlbin/normalize-scss/commit/450d9f3c440d9c5ec4ef2e1f6ca4e53f093552d3) - Update to Typey 1.1.2 [`e84c956`](https://github.com/JohnAlbin/normalize-scss/commit/e84c95606abaa880d8453fe47ed023a888367e3a) +- Add gemspec script to automatically update gemspec on release [`8e52562`](https://github.com/JohnAlbin/normalize-scss/commit/8e52562ec70f2b1768bbd2741ecbb6a8829929fa) - Remove completely out-of-date CHANGELOG. [`90c5d18`](https://github.com/JohnAlbin/normalize-scss/commit/90c5d18e601f079c4e514ded011a14b479513784) ### [7.0.0](https://github.com/JohnAlbin/normalize-scss/compare/6.0.0...7.0.0) diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec index bc58953..038eca8 100644 --- a/normalize-scss.gemspec +++ b/normalize-scss.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/JohnAlbin/normalize-scss' spec.rubyforge_project = - spec.version = '7.0.0' - spec.date = '2017-05-17' + spec.version = '7.0.1' + spec.date = '2018-01-29' spec.licenses = ['MIT', 'GPL-2.0'] spec.authors = ['John Albin Wilkins'] diff --git a/package-lock.json b/package-lock.json index 2182fa6..f0be7a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "normalize-scss", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e96299d..7ba5b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-scss", - "version": "7.0.0", + "version": "7.0.1", "description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.", "homepage": "https://github.com/JohnAlbin/normalize-scss", "bugs": { -- cgit v1.2.3