Skip to content

Commit

Permalink
chore(release): 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzhi107 committed Dec 4, 2019
1 parent 98c23b9 commit 3e5b426
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.1](https://github.com/dacejs/dace/compare/v3.3.0...v3.3.1) (2019-12-04)


### Features

* 支持编译时不压缩源码 ([fff23ea](https://github.com/dacejs/dace/commit/fff23eab8d969f2a70aeeea1d0316861bad8b8db))


### Bug Fixes

* 修复因编译机和运行机不是同一台导致的路由挂载无效的问题 ([98c23b9](https://github.com/dacejs/dace/commit/98c23b98fedb88041153ff11787a650e66301714))

## [3.3.0](https://github.com/dacejs/dace/compare/v3.2.0...v3.3.0) (2019-12-04)


Expand Down
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dace",
"version": "3.3.0",
"version": "3.3.1",
"description": "A minimalistic universal (isomorphic) react framework for building web apps",
"main": "dist/index.js",
"repository": "[email protected]:dacejs/dace.git",
Expand All @@ -13,6 +13,7 @@
"release": "standard-version && npm publish",
"release:major": "standard-version --release-as major && npm publish",
"release:minor": "standard-version --release-as minor && npm publish",
"release:patch": "standard-version --release-as patch && npm publish",
"release:alpha": "standard-version --prerelease alpha && npm publish --tag=next",
"dist-tag": "npm dist-tag add [email protected] latest && npm dist-tag add [email protected] next",
"release:major:alpha": "standard-version --release-as major --prerelease alpha && npm publish",
Expand Down

0 comments on commit 3e5b426

Please sign in to comment.