From 308d75ef6c8b8bfafb8b56d8452e4776aaf6291c Mon Sep 17 00:00:00 2001 From: Jordan Mele Date: Sun, 18 Apr 2021 10:14:16 +1000 Subject: [PATCH] Release preparation --- .npmignore | 3 ++- changelog.md | 4 +++- package.json | 10 +++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 8e3c2b0..34ef76a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ # Exclude all dot files by default. Explicitly include when needed. \.* -!/\.eslintrc \ No newline at end of file +tsconfig.json +test.js diff --git a/changelog.md b/changelog.md index 83bfdbf..06ae525 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Unknown] + +## [1.0.0-rc.0] - 2021-04-18 ### Added * TypeScript definitions. diff --git a/package.json b/package.json index 5b5114c..447cb2d 100644 --- a/package.json +++ b/package.json @@ -29,19 +29,19 @@ "license": "ISC", "devDependencies": { "@types/fancy-log": "^1.3.1", - "@types/node": "^14.14.2", + "@types/node": "^14.14.41", "@types/vinyl": "^2.0.4", - "eslint": "^7.12.0", - "mocha": "^8.2.0", + "eslint": "^7.24.0", + "mocha": "^8.3.2", "mock-fs": "^4.13.0", - "typescript": "^4.0.3" + "typescript": "^4.2.4" }, "dependencies": { "@ungap/promise-all-settled": "^1.1.2", "aggregate-error": "^3.1.0", "ansi-colors": "^4.1.1", "fancy-log": "^1.3.3", - "globby": "^11.0.1", + "globby": "^11.0.3", "plugin-error": "^1.0.1", "vinyl": "^2.2.1" }