From 5e2651e8c0f180beb6b2eff8f2110d0180246f19 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Tue, 17 May 2022 11:20:31 +0800 Subject: [PATCH] v1.2.0 (#359) * v1.2.0 * chore: npmignore list --- .npmignore | 6 ++++++ CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 8 +++++++- 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.npmignore b/.npmignore index f05b1f26..f8b0b5f5 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,8 @@ node_modules test +.github +CHANGELOG.md +.mocharc.json +.editorconfig +.npmignore +.gitignore diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3eafe054 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## 1.2.0 - 2022-05-17 +- chore: use github actions as test infra [#350](https://github.com/stylus/nib/pull/350) [@iChenLei](https://github.com/iChenLei) +- feat: make stylus as peerDependencies [#350](https://github.com/stylus/nib/pull/350) [@iChenLei](https://github.com/iChenLei) +- feat: use official column-fill property [#344](https://github.com/stylus/nib/pull/344) [@Sija](https://github.com/stylus/nib/pull/344) +- fix: remove vendor prefix for background-size [#338](https://github.com/stylus/nib/pull/338) [@specious](https://github.com/stylus/nib/pull/338) +- fix: mute nodejs v14+ warnings [#348](https://github.com/stylus/nib/pull/348) [@AlynxZhou](https://github.com/AlynxZhou) diff --git a/package-lock.json b/package-lock.json index 9c46b439..616bb409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nib", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nib", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "devDependencies": { "chai": "^4.3.6", diff --git a/package.json b/package.json index ea5cd5eb..e7377841 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nib", "description": "Stylus mixins and utilities", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "repository": { "type": "git", @@ -19,6 +19,12 @@ "stylus": "^0.57.0" }, "author": "TJ Holowaychuk ", + "maintainers": [ + { + "name": "iChenLei", + "email": "chenleicoder@foxmail.com" + } + ], "main": "lib/nib.js", "engines": { "node": "*"