Skip to content

Commit

Permalink
Bumped package version (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 22, 2021
1 parent 4f7930d commit db3df05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"webpackConfigJaid": "nodeClass",
"version": "1.2.0",
"version": "1.2.1",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.7.0",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -2,7 +2,7 @@


<a href="https://raw.githubusercontent.com/jaid/pkg-banner-webpack-plugin/master/license.txt"><img src="https://img.shields.io/github/license/jaid/pkg-banner-webpack-plugin?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor pkg-banner-webpack-plugin"/></a>
<a href="https://actions-badge.atrox.dev/jaid/pkg-banner-webpack-plugin/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fpkg-banner-webpack-plugin%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/commits"><img src="https://img.shields.io/github/commits-since/jaid/pkg-banner-webpack-plugin/v1.2.0?style=flat-square&logo=github" alt="Commits since v1.2.0"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/commits"><img src="https://img.shields.io/github/last-commit/jaid/pkg-banner-webpack-plugin?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/issues"><img src="https://img.shields.io/github/issues/jaid/pkg-banner-webpack-plugin?style=flat-square&logo=github" alt="Issues"/></a>
<a href="https://actions-badge.atrox.dev/jaid/pkg-banner-webpack-plugin/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fpkg-banner-webpack-plugin%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/commits"><img src="https://img.shields.io/github/commits-since/jaid/pkg-banner-webpack-plugin/v1.2.1?style=flat-square&logo=github" alt="Commits since v1.2.1"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/commits"><img src="https://img.shields.io/github/last-commit/jaid/pkg-banner-webpack-plugin?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/issues"><img src="https://img.shields.io/github/issues/jaid/pkg-banner-webpack-plugin?style=flat-square&logo=github" alt="Issues"/></a>
<a href="https://npmjs.com/package/pkg-banner-webpack-plugin"><img src="https://img.shields.io/npm/v/pkg-banner-webpack-plugin?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/pkg-banner-webpack-plugin/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/pkg-banner-webpack-plugin?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/pkg-banner-webpack-plugin"><img src="https://img.shields.io/npm/dm/pkg-banner-webpack-plugin?style=flat-square&logo=npm" alt="Downloads"/></a>

**Webpack plugin that prepends output with a license comment based on package.json values.**
Expand All @@ -16,20 +16,20 @@
<a href="https://npmjs.com/package/pkg-banner-webpack-plugin"><img src="https://img.shields.io/badge/npm-pkg--banner--webpack--plugin-C23039?style=flat-square&logo=npm" alt="pkg-banner-webpack-plugin on npm"/></a>

```bash
npm install --save-dev pkg-banner-webpack-plugin@^1.2.0
npm install --save-dev pkg-banner-webpack-plugin@^1.2.1
```

<a href="https://yarnpkg.com/package/pkg-banner-webpack-plugin"><img src="https://img.shields.io/badge/Yarn-pkg--banner--webpack--plugin-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="pkg-banner-webpack-plugin on Yarn"/></a>

```bash
yarn add --dev pkg-banner-webpack-plugin@^1.2.0
yarn add --dev pkg-banner-webpack-plugin@^1.2.1
```

<a href="https://github.com/jaid/pkg-banner-webpack-plugin/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/pkg--banner--webpack--plugin-24282e?style=flat-square&logo=github" alt="@jaid/pkg-banner-webpack-plugin on GitHub Packages"/></a>
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --save-dev @jaid/pkg-banner-webpack-plugin@^1.2.0
npm install --save-dev @jaid/pkg-banner-webpack-plugin@^1.2.1
```


Expand Down

0 comments on commit db3df05

Please sign in to comment.