From 56211b7211cb18013797912d499969306956734d Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Fri, 23 Jun 2023 20:42:20 -0700 Subject: [PATCH] Add `funding` --- CHANGELOG.md | 5 +++++ package-lock.json | 14 ++++++++++++-- package.json | 12 +++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95f266..0c8e094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.1.2] - 2023-06-23 + +### Added +- Add `funding` + ## [v1.1.1] - 2023-06-10 ### Changed diff --git a/package-lock.json b/package-lock.json index 38909d8..33c27a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,22 @@ { "name": "@shgysk8zer0/rollup-import", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@shgysk8zer0/rollup-import", - "version": "1.1.1", + "version": "1.1.2", + "funding": [ + { + "type": "librepay", + "url": "https://liberapay.com/shgysk8zer0" + }, + { + "type": "github", + "url": "https://github.com/sponsors/shgysk8zer0" + } + ], "license": "MIT", "dependencies": { "@shgysk8zer0/npm-utils": "^1.0.5", diff --git a/package.json b/package.json index 3e6552e..08d2565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shgysk8zer0/rollup-import", - "version": "1.1.1", + "version": "1.1.2", "description": "A RollUp plugin for importing modules from URLs, paths, and bare specifiers using import maps.", "type": "module", "engines": { @@ -45,6 +45,16 @@ ], "author": "Chris Zuber ", "license": "MIT", + "funding": [ + { + "type": "librepay", + "url": "https://liberapay.com/shgysk8zer0" + }, + { + "type": "github", + "url": "https://github.com/sponsors/shgysk8zer0" + } + ], "bugs": { "url": "https://github.com/shgysk8zer0/rollup-import/issues" },