diff --git a/.npmignore b/.npmignore index f05b1f2..f8b0b5f 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 0000000..3eafe05 --- /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 9c46b43..616bb40 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 ea5cd5e..e737784 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": "*"