Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 29, 2022
1 parent 8498711 commit d029fbf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github: wessberg
patreon: wessberg
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/wessberg/sandhog/compare/v1.0.44...v2.0.0) (2022-05-29)


### Bug Fixes

* ensure node v14.19.0 or newer is used ([af3fb55](https://github.com/wessberg/sandhog/commit/af3fb5513db3b37a23ef487aeda2f6bedb133248))
* remove internal usage of import assertion in async import for compatibility reasons ([f0fbac8](https://github.com/wessberg/sandhog/commit/f0fbac8a39f5d75ec31ac5b65393319904b6ecc3))



## [1.0.44](https://github.com/wessberg/sandhog/compare/v1.0.43...v1.0.44) (2022-05-28)


Expand Down
28 changes: 5 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!-- SHADOW_SECTION_LOGO_START -->

<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/sandhog/master/documentation/asset/logo.png" height="200" /></div>

<!-- SHADOW_SECTION_LOGO_END -->

<!-- SHADOW_SECTION_DESCRIPTION_SHORT_START -->
Expand All @@ -14,11 +12,10 @@

<a href="https://npmcharts.com/compare/sandhog?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/sandhog.svg" /></a>
<a href="https://www.npmjs.com/package/sandhog"><img alt="NPM version" src="https://badge.fury.io/js/sandhog.svg" /></a>
<a href="https://david-dm.org/wessberg/sandhog"><img alt="Dependencies" src="https://img.shields.io/david/wessberg%2Fsandhog.svg" /></a>
<img alt="Dependencies" src="https://img.shields.io/librariesio/github/wessberg%2Fsandhog.svg" />
<a href="https://github.com/wessberg/sandhog/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Fsandhog.svg" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>
<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>

<!-- SHADOW_SECTION_BADGES_END -->

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

<!-- SHADOW_SECTION_FEATURE_IMAGE_START -->

<div><img alt="Feature image" src="https://raw.githubusercontent.com/wessberg/sandhog/master/documentation/asset/feature.svg" height="300" /></div><br>

<!-- SHADOW_SECTION_FEATURE_IMAGE_END -->

<!-- SHADOW_SECTION_BACKERS_START -->

## Backers

[Become a sponsor/backer](https://github.com/wessberg/sandhog?sponsor=1) and get your logo listed here.

| <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> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [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) |

### Patreon

<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>

<!-- SHADOW_SECTION_BACKERS_END -->

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

- [Description](#description)
- [Features](#features)
- [Backers](#backers)
- [Patreon](#patreon)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [npm](#npm)
- [Yarn](#yarn)
- [pnpm](#pnpm)
- [Run once with npx](#run-once-with-npx)
- [Engine](#engine)
- [Usage](#usage)
- [Configuration](#configuration)
- [Configuration options](#configuration-options)
Expand Down Expand Up @@ -127,19 +109,19 @@ Sandhog works out of the box without any configuration. Some highlights include:
### npm

```
$ npm install sandhog --save-dev
$ npm install sandhog
```

### Yarn

```
$ yarn add sandhog --dev
$ yarn add sandhog
```

### pnpm

```
$ pnpm add sandhog --save-dev
$ pnpm add sandhog
```

### Run once with npx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandhog",
"version": "1.0.44",
"version": "2.0.0",
"bin": {
"sandhog": "bin/sandhog.js"
},
Expand Down

0 comments on commit d029fbf

Please sign in to comment.