From 58e0ad9b3944d762144636be3d13df75887d2d02 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 26 Jan 2025 09:38:47 -0800 Subject: [PATCH] update changelog --- .npmignore | 59 -------------------------------------- Changes.md => CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 .npmignore rename Changes.md => CHANGELOG.md (96%) diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 9e4936b..0000000 --- a/.npmignore +++ /dev/null @@ -1,59 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional REPL history -.node_repl_history - -package-lock.json -bower_components -# Optional npm cache directory -.npmrc -.idea -.DS_Store -haraka-update.sh - -.github -.release -.codeclimate.yml -.editorconfig -.gitignore -.gitmodules -.lgtm.yml -appveyor.yml -codecov.yml -.travis.yml -.eslintrc.yaml -.eslintrc.json -test diff --git a/Changes.md b/CHANGELOG.md similarity index 96% rename from Changes.md rename to CHANGELOG.md index 24aeeb1..3190f69 100644 --- a/Changes.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### [1.1.1] - 2025-01-26 +- doc(CONTRIBUTORS): added +- populate [files] in package.json. Delete .npmignore. - style: automated formatting with prettier - dep(eslint): upgrade to v9 - index.received_header: refactor with es6