Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
neonexus committed Jun 22, 2023
1 parent f2d15e6 commit 21b677b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 52 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## [v4.2.1](https://github.com/neonexus/fixted/compare/v4.2.0...v4.2.1) (2023-06-15)

### Features

* Updated ESLint to v8.43.0.
* Minor README update.

## [v4.2.0](https://github.com/neonexus/fixted/compare/v4.1.0...v4.2.0) (2023-04-08)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

Fixted is based on [Barrels](https://www.npmjs.com/package/barrels), by Ruslan Bredikhin.

For an example of real-world use, see this: https://github.com/neonexus/sails-react-bootstrap-webpack/tree/release/test
For an example of real-world use, see this: https://github.com/neonexus/sails-react-bootstrap-webpack/blob/release/test/startTests.js#L145

[![npm (fixted)](https://img.shields.io/npm/v/fixted/latest?style=plastic&logo=npm)](https://www.npmjs.com/package/fixted) [![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/neonexus/fixted/master?style=plastic&logo=github)](https://github.com/neonexus/fixted) [![Build Status](https://img.shields.io/travis/com/neonexus/fixted/master?style=plastic&logo=travis)](https://app.travis-ci.com/neonexus/fixted)
[![npm](https://img.shields.io/npm/dm/fixted?logo=npm&style=plastic)](https://www.npmjs.com/package/fixted) [![Build Status](https://img.shields.io/travis/com/neonexus/fixted/master?style=plastic&logo=travis)](https://app.travis-ci.com/neonexus/fixted) [![npm (fixted)](https://img.shields.io/npm/v/fixted/latest?style=plastic&logo=npm)](https://www.npmjs.com/package/fixted) [![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/neonexus/fixted/master?style=plastic&logo=github)](https://github.com/neonexus/fixted)

## Installation

Expand Down
88 changes: 40 additions & 48 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixted",
"version": "4.2.0",
"version": "4.2.1",
"description": "A simple way to populate Sails.js v1 models with data fixtures for testing purposes. Originally based on Barrels, by Ruslan Bredikhin.",
"keywords": [
"sails",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"chai": "~4.3.7",
"eslint": "~8.38.0",
"eslint": "~8.43.0",
"mocha": "~10.2.0",
"pre-commit": "~1.2.2",
"sails": "~1.5.4",
Expand Down

0 comments on commit 21b677b

Please sign in to comment.