From 7123ce4947f8a43ace6dfe64ccedd8037e0227da Mon Sep 17 00:00:00 2001 From: Christos Papageorgiou Date: Mon, 11 Oct 2021 16:25:44 +0300 Subject: [PATCH] Release 9.1.0 --- CHANGELOG.md | 14 +++++++++----- metadata.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a74e726..bb270ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v9.1.0](https://github.com/voxpupuli/puppet-nodejs/tree/v9.1.0) (2022-01-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v9.0.1...v9.1.0) + +**Implemented enhancements:** + +- Add support for Debian 11, FreeBSD 13 [\#448](https://github.com/voxpupuli/puppet-nodejs/pull/448) ([smortex](https://github.com/smortex)) + ## [v9.0.1](https://github.com/voxpupuli/puppet-nodejs/tree/v9.0.1) (2021-08-25) [Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v9.0.0...v9.0.1) @@ -612,7 +620,7 @@ Last release with Debian 8 support! After this 8.1.0 release we will do a 9.0.0 ## [0.3.0](https://github.com/voxpupuli/puppet-nodejs/tree/0.3.0) (2013-08-01) -[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/0.3.1...0.3.0) +[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/0.2.1...0.3.0) **Closed issues:** @@ -624,10 +632,6 @@ Last release with Debian 8 support! After this 8.1.0 release we will do a 9.0.0 - refactor to address issues 27 and 33 [\#36](https://github.com/voxpupuli/puppet-nodejs/pull/36) ([wolfspyre](https://github.com/wolfspyre)) - Fix to install failure's on Ubuntu [\#34](https://github.com/voxpupuli/puppet-nodejs/pull/34) ([siwilkins](https://github.com/siwilkins)) -## [0.3.1](https://github.com/voxpupuli/puppet-nodejs/tree/0.3.1) (2012-12-28) - -[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/0.2.1...0.3.1) - ## [0.2.1](https://github.com/voxpupuli/puppet-nodejs/tree/0.2.1) (2012-12-28) [Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/0.2.0...0.2.1) diff --git a/metadata.json b/metadata.json index 0ad58295..32c0b830 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-nodejs", - "version": "9.0.2-rc0", + "version": "9.1.0", "author": "Vox Pupuli", "summary": "Install Node.js package and npm package provider.", "license": "Apache-2.0",