Skip to content

Commit

Permalink
Merge pull request #2208 from timbeadle/release-10.1.1
Browse files Browse the repository at this point in the history
Release 10.1.1
  • Loading branch information
timbeadle authored Oct 15, 2024
2 parents 396811e + 92811a5 commit 1acbbd0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,33 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [10.1.1] - 2024-10-15
### Updated
- @snyk/protect@1.1293.1
- @types/chai@5.0.0
- @types/mocha@10.0.9
- @types/node@22.7.5
- eslint-plugin-import@2.31.0
- eslint@8.57.1
- log-symbols@7.0.0
- ls-engines@0.9.3
- mocha@10.7.3
- npm-run-all2@6.2.3
- nyc@17.1.0
- rimraf@5.0.10
- typescript@5.6.3
- Volta: node@18.20.4, npm@10.9.0
- Github actions base branch config (main-10.x)

### Removed
- NodeJS v21 test run

## [10.1.0] - 2024-07-30
### Added
- NodeJS v22 test run.
- fixtures/test-script.cfm, for testing cfscript syntax imports.
- rimraf package, to clean up the `dist` folder before building ts type files.
- tsconfig.json: `"moduleResolution": "Node"`
- tsconfig.json: `"moduleResolution@Node"

### Updated
- Internal rewrite, splitting the monolithic cfpathcheck.js module into more focused, smaller modules.
Expand Down Expand Up @@ -670,6 +691,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- grunt for task running.
- grunt-release for releasing tagged versions.

[10.1.1]: https://github.com/timbeadle/cfpathcheck/compare/10.1.0...10.1.1
[10.1.0]: https://github.com/timbeadle/cfpathcheck/compare/10.0.2...10.1.0
[10.0.2]: https://github.com/timbeadle/cfpathcheck/compare/10.0.1...10.0.2
[10.0.1]: https://github.com/timbeadle/cfpathcheck/compare/10.0.0...10.0.1
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Static analysis for cfml template import and include paths
| 6.x | 12.22.0 | Obsolete |
| 7.x | 14.13.0 | Obsolete |
| 8.x | 14.17.0 | Obsolete |
| 9.x | 16.14.0 | Maintenance |
| 10.x | 18.0.0 | Current |
| 9.x | 16.14.0 | Obsolete |
| 10.x | 18.0.0 | Maintenance |
| 11.x | 20.0.0 | Current |

### Release history

Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cfpathcheck",
"type": "module",
"description": "Check CFML files for correct paths in cfinclude/cfimport tags",
"version": "10.1.0",
"version": "10.1.1",
"homepage": "https://github.com/timbeadle/cfpathcheck",
"author": {
"name": "Tim Beadle",
Expand Down

0 comments on commit 1acbbd0

Please sign in to comment.