Skip to content

Commit 656c32a

Browse files
committed
Release 7.0.1
1 parent 8e52562 commit 656c32a

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55

6-
#### [Unreleased](https://github.com/JohnAlbin/normalize-scss/compare/7.0.0...HEAD)
6+
#### [7.0.1](https://github.com/JohnAlbin/normalize-scss/compare/7.0.0...7.0.1)
77
> 29 January 2018
88
- chore(package): update mocha to version 5.0.0 [`#126`](https://github.com/JohnAlbin/normalize-scss/pull/126)
99
- Add package-lock.json [`6de4cb1`](https://github.com/JohnAlbin/normalize-scss/commit/6de4cb174d5b243362f0a852ba028ee9fc94d7a1)
10+
- Add auto-generated CHANGELOG [`0f20dfa`](https://github.com/JohnAlbin/normalize-scss/commit/0f20dfa19d08d6b47dc71f799afe7aefb0726dba)
1011
- Drop Node.js v0.12 support [`d5e3d7d`](https://github.com/JohnAlbin/normalize-scss/commit/d5e3d7dcb87f8898223573e7d85eb102275d7a68)
12+
- Remove cruft from npm package by updating .npmignore [`c8c011d`](https://github.com/JohnAlbin/normalize-scss/commit/c8c011d59189d7263ead2ab72fe3a20282728425)
1113
- Update package-lock [`bd1543c`](https://github.com/JohnAlbin/normalize-scss/commit/bd1543c9a789d6f8001a852dfbd14ad138b64382)
1214
- Add .npmignore [`450d9f3`](https://github.com/JohnAlbin/normalize-scss/commit/450d9f3c440d9c5ec4ef2e1f6ca4e53f093552d3)
1315
- Update to Typey 1.1.2 [`e84c956`](https://github.com/JohnAlbin/normalize-scss/commit/e84c95606abaa880d8453fe47ed023a888367e3a)
16+
- Add gemspec script to automatically update gemspec on release [`8e52562`](https://github.com/JohnAlbin/normalize-scss/commit/8e52562ec70f2b1768bbd2741ecbb6a8829929fa)
1417
- Remove completely out-of-date CHANGELOG. [`90c5d18`](https://github.com/JohnAlbin/normalize-scss/commit/90c5d18e601f079c4e514ded011a14b479513784)
1518

1619
### [7.0.0](https://github.com/JohnAlbin/normalize-scss/compare/6.0.0...7.0.0)

normalize-scss.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
99
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
1010
spec.rubyforge_project =
1111

12-
spec.version = '7.0.0'
13-
spec.date = '2017-05-17'
12+
spec.version = '7.0.1'
13+
spec.date = '2018-01-29'
1414
spec.licenses = ['MIT', 'GPL-2.0']
1515

1616
spec.authors = ['John Albin Wilkins']

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-scss",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"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.",
55
"homepage": "https://github.com/JohnAlbin/normalize-scss",
66
"bugs": {

0 commit comments

Comments
 (0)