chore(release): publish v3.4.1

This commit is contained in:
Alvis HT Tang 2022-08-10 14:07:13 +01:00
parent cf8be54e88
commit aae318098d
2 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.4.1](https://github.com/alvis/presetter/compare/v3.4.0...v3.4.1) (2022-08-10)
### 🐛 Bug Fixes
* **presetter:** merge arrays only if the values are all primitive ([961f30c](https://github.com/alvis/presetter/commit/961f30c8fcbf9ba6f6fbf9e4d90cf0cb8c5a1069))
* update packages ([ec8307d](https://github.com/alvis/presetter/commit/ec8307d79468f8529b29a0f7b356b4368c03302c))
# [3.4.0](https://github.com/alvis/presetter/compare/v3.3.0...v3.4.0) (2022-08-02)

View File

@ -1,6 +1,6 @@
{
"name": "presetter-preset-rollup",
"version": "3.4.0",
"version": "3.4.1",
"description": "An opinionated presetter preset for using rollup as a bundler",
"keywords": [
"presetter",
@ -39,7 +39,7 @@
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-yaml": "^3.0.0",
"presetter": "^3.4.0",
"presetter": "^3.4.1",
"rollup": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-ts": "^3.0.0",