Skip to content

Commit

Permalink
Merge pull request #5 from NativeAxis/version1.1.0-changes
Browse files Browse the repository at this point in the history
added changelog, plus version bump
  • Loading branch information
simpixelated committed Nov 16, 2016
2 parents a99bf64 + 763abc7 commit 7ffc302
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/NativeAxis/nax-client-admin/compare/v1.1.0...HEAD)

### Changed
- [disabled react/prefer-stateless function](https://github.com/NativeAxis/eslint-config-nativeaxis/pull/3)
- [updated from deprecated react/wrap-multiline to react/jsx-wrap-multilines](https://github.com/NativeAxis/eslint-config-nativeaxis/pull/3)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-nativeaxis",
"version": "1.0.0",
"description": "",
"version": "1.1.0",
"description": "ESLint config by Native Axis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 7ffc302

Please sign in to comment.