Skip to content

Commit d029fbf

Browse files
committed
2.0.0
1 parent 8498711 commit d029fbf

File tree

4 files changed

+16
-25
lines changed

4 files changed

+16
-25
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
github: wessberg
2-
patreon: wessberg

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.0.0](https://github.com/wessberg/sandhog/compare/v1.0.44...v2.0.0) (2022-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure node v14.19.0 or newer is used ([af3fb55](https://github.com/wessberg/sandhog/commit/af3fb5513db3b37a23ef487aeda2f6bedb133248))
7+
* remove internal usage of import assertion in async import for compatibility reasons ([f0fbac8](https://github.com/wessberg/sandhog/commit/f0fbac8a39f5d75ec31ac5b65393319904b6ecc3))
8+
9+
10+
111
## [1.0.44](https://github.com/wessberg/sandhog/compare/v1.0.43...v1.0.44) (2022-05-28)
212

313

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- SHADOW_SECTION_LOGO_START -->
22

3-
<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/sandhog/master/documentation/asset/logo.png" height="200" /></div>
4-
53
<!-- SHADOW_SECTION_LOGO_END -->
64

75
<!-- SHADOW_SECTION_DESCRIPTION_SHORT_START -->
@@ -14,11 +12,10 @@
1412

1513
<a href="https://npmcharts.com/compare/sandhog?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/sandhog.svg" /></a>
1614
<a href="https://www.npmjs.com/package/sandhog"><img alt="NPM version" src="https://badge.fury.io/js/sandhog.svg" /></a>
17-
<a href="https://david-dm.org/wessberg/sandhog"><img alt="Dependencies" src="https://img.shields.io/david/wessberg%2Fsandhog.svg" /></a>
15+
<img alt="Dependencies" src="https://img.shields.io/librariesio/github/wessberg%2Fsandhog.svg" />
1816
<a href="https://github.com/wessberg/sandhog/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Fsandhog.svg" /></a>
1917
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
2018
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>
21-
<a href="https://www.patreon.com/bePatron?u=11315442"><img alt="Support on Patreon" src="https://img.shields.io/badge/patreon-donate-green.svg" /></a>
2219

2320
<!-- SHADOW_SECTION_BADGES_END -->
2421

@@ -50,24 +47,10 @@ Sandhog works out of the box without any configuration. Some highlights include:
5047

5148
<!-- SHADOW_SECTION_FEATURE_IMAGE_START -->
5249

53-
<div><img alt="Feature image" src="https://raw.githubusercontent.com/wessberg/sandhog/master/documentation/asset/feature.svg" height="300" /></div><br>
54-
5550
<!-- SHADOW_SECTION_FEATURE_IMAGE_END -->
5651

5752
<!-- SHADOW_SECTION_BACKERS_START -->
5853

59-
## Backers
60-
61-
[Become a sponsor/backer](https://github.com/wessberg/sandhog?sponsor=1) and get your logo listed here.
62-
63-
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> |
64-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
65-
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) |
66-
67-
### Patreon
68-
69-
<a href="https://www.patreon.com/bePatron?u=11315442"><img alt="Patrons on Patreon" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dwessberg%26type%3Dpatrons" width="200" /></a>
70-
7154
<!-- SHADOW_SECTION_BACKERS_END -->
7255

7356
<!-- SHADOW_SECTION_TOC_START -->
@@ -76,14 +59,13 @@ Sandhog works out of the box without any configuration. Some highlights include:
7659

7760
- [Description](#description)
7861
- [Features](#features)
79-
- [Backers](#backers)
80-
- [Patreon](#patreon)
8162
- [Table of Contents](#table-of-contents)
8263
- [Install](#install)
8364
- [npm](#npm)
8465
- [Yarn](#yarn)
8566
- [pnpm](#pnpm)
8667
- [Run once with npx](#run-once-with-npx)
68+
- [Engine](#engine)
8769
- [Usage](#usage)
8870
- [Configuration](#configuration)
8971
- [Configuration options](#configuration-options)
@@ -127,19 +109,19 @@ Sandhog works out of the box without any configuration. Some highlights include:
127109
### npm
128110

129111
```
130-
$ npm install sandhog --save-dev
112+
$ npm install sandhog
131113
```
132114

133115
### Yarn
134116

135117
```
136-
$ yarn add sandhog --dev
118+
$ yarn add sandhog
137119
```
138120

139121
### pnpm
140122

141123
```
142-
$ pnpm add sandhog --save-dev
124+
$ pnpm add sandhog
143125
```
144126

145127
### Run once with npx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandhog",
3-
"version": "1.0.44",
3+
"version": "2.0.0",
44
"bin": {
55
"sandhog": "bin/sandhog.js"
66
},

0 commit comments

Comments
 (0)