Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dazlious committed Jul 28, 2021
1 parent 21b4903 commit 778b3a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 71 deletions.
70 changes: 0 additions & 70 deletions CHANGELOG.md

This file was deleted.

10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

## Publishing to NPM

- Bump version number in `/package.json`
- Build the package by running `npm/yarn build`
- Deploy from dist folder `cd ./dist && yarn/npm publish`
- commit to main and tag the commit with its version `vX.X.X`
- `git push --tags`
- Go to https://github.com/kriasoft/isomorphic-style-loader/releases and add your release notes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "isomorphic-style-loader",
"version": "5.2.0-beta.2",
"version": "5.3.0",
"description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps",
"repository": "kriasoft/isomorphic-style-loader",
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",
Expand Down
1 change: 1 addition & 0 deletions tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function build() {
[
'@babel/preset-env',
{
corejs: 3,
modules: false,
loose: true,
useBuiltIns: 'entry',
Expand Down

0 comments on commit 778b3a3

Please sign in to comment.