From 93dcbf13c35ac7f9fb51557745423f8893ca0559 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:21:49 +0000 Subject: [PATCH] chore(release): release 1.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485a9c..897c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/fluid-project/fluidproject.org/compare/v1.0.0...v1.1.0) (2024-05-06) + + +### Features + +* add Hewlett to funder info ([#133](https://github.com/fluid-project/fluidproject.org/issues/133)) ([792b71c](https://github.com/fluid-project/fluidproject.org/commit/792b71cecb8339fc2086362c882b938308ea90a2)) +* remove analytics (resolves [#124](https://github.com/fluid-project/fluidproject.org/issues/124)) ([#125](https://github.com/fluid-project/fluidproject.org/issues/125)) ([38cbc37](https://github.com/fluid-project/fluidproject.org/commit/38cbc379f607e1bc9b24b77e4f8dbe76b4cb6abf)) +* remove Netlify credit ([#131](https://github.com/fluid-project/fluidproject.org/issues/131)) ([5968939](https://github.com/fluid-project/fluidproject.org/commit/59689391990762144b744c881d3582ea914ba74e)) +* update footer content ([#129](https://github.com/fluid-project/fluidproject.org/issues/129)) ([04ec2e5](https://github.com/fluid-project/fluidproject.org/commit/04ec2e55d9ef1c9a4be473a79335a66c72295f94)) + + +### Bug Fixes + +* ignore CHANGELOG in Markdown linting ([#109](https://github.com/fluid-project/fluidproject.org/issues/109)) ([00f9f22](https://github.com/fluid-project/fluidproject.org/commit/00f9f22462c44757742bfe231d9db991f5976f69)) + ## 1.0.0 (2023-08-18) diff --git a/package-lock.json b/package-lock.json index bd89234..02eace7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluidproject.org", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fluidproject.org", - "version": "1.0.0", + "version": "1.1.0", "license": "CC-BY-4.0", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index c86ea90..2276842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluidproject.org", - "version": "1.0.0", + "version": "1.1.0", "description": "Fluid is an open, collaborative project to improve the user experience and inclusiveness of open source software.", "scripts": { "build": "npm-run-all -l clean -p build:*",