Skip to content

Commit

Permalink
Merge pull request #148 from vitonsky/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
vitonsky authored Oct 25, 2024
2 parents 6cfaf69 + a36cf40 commit b738775
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 1.1.0

- Added declaration files to build #147
- Added eslint schema for rules #145 by @samtsai
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
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-paths",
"description": "A plugin for ESLint, to force use paths aliases from tsconfig",
"version": "1.0.8",
"version": "1.1.0",
"license": "Apache-2.0",
"keywords": ["eslint", "eslintplugin"],
"author": "Robert Vitonsky <[email protected]> (https://vitonsky.net)",
Expand Down
4 changes: 4 additions & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default [
src: 'LICENSE',
dest: 'dist',
},
{
src: 'CHANGELOG',
dest: 'dist',
},
{
src: 'README.md',
dest: 'dist',
Expand Down

0 comments on commit b738775

Please sign in to comment.