Skip to content

Commit

Permalink
Merge pull request #12 from neonexus/master
Browse files Browse the repository at this point in the history
Minor updates.
  • Loading branch information
neonexus authored Apr 22, 2024
2 parents 380bb7f + 4ec2ae3 commit 56817df
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 183 deletions.
5 changes: 5 additions & 0 deletions .ncurc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// This allows us to "lock" Chai into v4.

{
"reject": ["chai", "eslint"]
}
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
# Changelog

## [v4.2.4](https://github.com/neonexus/fixted/compare/v4.2.3...v4.2.4) (2023-12-14)
## [v4.2.5](https://github.com/neonexus/fixted/compare/v4.2.4...v4.2.5) (2024-04-22)
### Features

* Added `.ncurc` to lock Chai and ESLint.
* Updated dependencies.

## [v4.2.4](https://github.com/neonexus/fixted/compare/v4.2.3...v4.2.4) (2023-12-14)
### Features

* Minor README link update.
* Updated dependencies.

## [v4.2.3](https://github.com/neonexus/fixted/compare/v4.2.2...v4.2.3) (2023-11-02)

### Features

* Added "files" to `package.json`.
* Added `codeql-analysis.yml`.
* Updated dependencies.

## [v4.2.2](https://github.com/neonexus/fixted/compare/v4.2.1...v4.2.2) (2023-10-03)

### Features

* Updated dependencies.

## [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)

### Features

* Added `peerDependencies` to `package.json`. This is a helper for Sails, might as well tell NPM as much.
* Updated dependencies.
* Updated Travis Node version.

## [v4.1.0](https://github.com/neonexus/fixted/compare/v4.0.1...v4.1.0) (2023-02-19)

### Features

* Removed use of the [UUID npm package](https://www.npmjs.com/package/uuid) in favor of Node's built-in UUID generation.
* Updated dependencies.

## [v4.0.1](https://github.com/neonexus/fixted/compare/v3.0.4...v4.0.1) (2022-12-24)

### Features

* Started this CHANGELOG.
Expand Down
Loading

0 comments on commit 56817df

Please sign in to comment.