Skip to content

Commit

Permalink
Merge pull request #1271 from cssnano/release-514
Browse files Browse the repository at this point in the history
Publish cssnano 5.0.14
  • Loading branch information
ludofischer committed Dec 20, 2021
2 parents 6f9c747 + 790d0fe commit 350d272
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.14 (2021-12-20)

### Bug fixes

- fix(cssnano): correctly resolve presets in pnpm monorepo ([#1269](https://github.com/cssnano/cssnano/pull/1269)) ([6f9c7477eb](https://github.com/cssnano/cssnano/commit/6f9c7477eb3eb191d3a7454071908a17dac90fa3))

## 5.0.13 (2021-12-16)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.0.13",
"version": "5.0.14",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions site/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ layout: Page

## Change Log

### 5.0.14 (2021-12-20)

#### Bug fixes

- fix(cssnano): correctly resolve presets in pnpm monorepo ([#1269](https://github.com/cssnano/cssnano/pull/1269)) ([6f9c7477eb](https://github.com/cssnano/cssnano/commit/6f9c7477eb3eb191d3a7454071908a17dac90fa3))

### 5.0.13 (2021-12-16)

#### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = {
],
},
],
copyright: `Latest release v5.0.13 · Distributed under the MIT License.`,
copyright: `Latest release v5.0.14 · Distributed under the MIT License.`,
},
colorMode: {
defaultMode: 'light',
Expand Down

0 comments on commit 350d272

Please sign in to comment.