From 5d875ef3cead402894268aaeab0e942b9fe18455 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Sat, 16 Jan 2021 18:25:06 -0800 Subject: [PATCH 1/2] Update changelog for upcoming v4.0.0 release --- CHANGELOG.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7375000..7df0b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,22 @@ Bugfixes: Other improvements: +## [v5.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v5.0.0) - 2021-MONTH-DAY + +Breaking changes: + - Updated dependencies for PureScript 0.14 (#10) + +Other improvements: + - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from `jshint` to `eslint` (#9) + - Added a changelog and pull request template (#11) + ## [v4.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v4.0.0) - 2018-05-27 -Updated for PureScript 0.12 +- Updated for PureScript 0.12 ## [v3.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v3.0.0) - 2017-04-04 -Updates for 0.11 (@anilanar) +- Updated for 0.11 (@anilanar) ## [v2.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v2.0.0) - 2016-10-22 @@ -26,17 +35,16 @@ Updates for 0.11 (@anilanar) ## [v1.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v1.0.0) - 2016-06-07 -Updates for 1.0 core libraries. +- Updates for 1.0 core libraries. ## [v0.1.2](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.2) - 2016-05-02 -Fix license in bower.json for Pursuit +- Fix license in bower.json for Pursuit ## [v0.1.1](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.1) - 2015-09-23 -Pursuit +- Release to Pursuit ## [v0.1.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v0.1.0) - 2015-09-23 -Initial release - +- Initial release From 5e0115659e20cec7af57754293522467a328ecfa Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Mon, 18 Jan 2021 18:47:31 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df0b73..4894fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Other improvements: ## [v5.0.0](https://github.com/purescript-node/purescript-node-url/releases/tag/v5.0.0) - 2021-MONTH-DAY Breaking changes: - - Updated dependencies for PureScript 0.14 (#10) + - Added support for PureScript 0.14 and dropped support for all previous versions (#10) Other improvements: - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from `jshint` to `eslint` (#9)