From 153e92be3aa716f5d60444216c3974e8ebdb18b3 Mon Sep 17 00:00:00 2001 From: asakusuma Date: Thu, 22 Jul 2021 17:00:06 -0700 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4286e8f..fbf5038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.5.0] - 2021-7-22 + +### Added +- Added support for `effectiveReleaseDate` in `primary` policy +- Added support for passing configuration to `run()` + +### Breaking +- Dropped support for Node 10, which is no longer LTS +- `processPolicies()` 5th argument now takes the exact shape defined in `CONFIGURATION.md`, rather than the previous policies argument and ignoredDependencies argument. + ## [0.4.0] - 2021-7-22 ### Added - Add [configuration file](https://github.com/supportedjs/supported/blob/main/CONFIGURATION.md) feature diff --git a/package.json b/package.json index f14c3d5..1e77fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supported", - "version": "0.4.0", + "version": "0.5.0", "main": "index.js", "repository": "git@github.com:supportedjs/supported", "homepage": "https://github.com/supportedjs/supported",