Skip to content

Commit

Permalink
v1.2.0 (#359)
Browse files Browse the repository at this point in the history
* v1.2.0

* chore: npmignore list
  • Loading branch information
iChenLei committed May 17, 2022
1 parent 10881a1 commit 5e2651e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
node_modules
test
.github
CHANGELOG.md
.mocharc.json
.editorconfig
.npmignore
.gitignore
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "1.1.2",
"version": "1.2.0",

This comment has been minimized.

Copy link
@dresende

dresende May 17, 2022

🎉

"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,12 @@
"stylus": "^0.57.0"
},
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
{
"name": "iChenLei",
"email": "chenleicoder@foxmail.com"
}
],
"main": "lib/nib.js",
"engines": {
"node": "*"
Expand Down

0 comments on commit 5e2651e

Please sign in to comment.