Skip to content

Commit 90edb89

Browse files
committed
chore: release [email protected]
1 parent 7c66b62 commit 90edb89

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11

22

3+
## [1.1.2](https://github.com/originjs/origin.js/compare/[email protected]@1.1.2) (2022-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* cli build by pnpm ([#150](https://github.com/originjs/origin.js/issues/150)) ([80dd5cb](https://github.com/originjs/origin.js/commit/80dd5cbcbd205bb4416e3a087497d5de2b2711e0))
9+
* failed to resolve import store ([#151](https://github.com/originjs/origin.js/issues/151)) ([068b8bc](https://github.com/originjs/origin.js/commit/068b8bc287192bb19007aed738f35a3ef15c7859))
10+
11+
## [1.1.2](https://github.com/originjs/origin.js/compare/v1.0.0...v1.1.2) (2022-05-16)
12+
13+
14+
### Bug Fixes
15+
16+
* cli build by pnpm ([#150](https://github.com/originjs/origin.js/issues/150)) ([80dd5cb](https://github.com/originjs/origin.js/commit/80dd5cbcbd205bb4416e3a087497d5de2b2711e0))
17+
* failed to resolve import store ([#151](https://github.com/originjs/origin.js/issues/151)) ([068b8bc](https://github.com/originjs/origin.js/commit/068b8bc287192bb19007aed738f35a3ef15c7859))
18+
* ignore coverage ([#121](https://github.com/originjs/origin.js/issues/121)) ([7690edd](https://github.com/originjs/origin.js/commit/7690edd86932c9d5601f4c4e4d10a968edf7aaa9))
19+
* incorrect relative path for building ([#144](https://github.com/originjs/origin.js/issues/144)) ([c73c505](https://github.com/originjs/origin.js/commit/c73c505e55376cf1ef6f85ff6404bb58dc2d2707))
20+
* modify crlf in test use cases ([#137](https://github.com/originjs/origin.js/issues/137)) ([4e1a6b5](https://github.com/originjs/origin.js/commit/4e1a6b5c7440ad958b1099f2647e37d935f44390))
21+
* oriTemplate directory not found ([6ebd788](https://github.com/originjs/origin.js/commit/6ebd788955ff2458d5b0a3c54e4ee3ad9506d943))
22+
* resolve code scanning alerts ([#136](https://github.com/originjs/origin.js/issues/136)) ([4a1c431](https://github.com/originjs/origin.js/commit/4a1c4318b3738a493f9eb0e1772f02a07413721a))
23+
* shell command built ([#135](https://github.com/originjs/origin.js/issues/135)) ([6a239bb](https://github.com/originjs/origin.js/commit/6a239bb8b74bab90c3c377c49969c7be55a56761))
24+
* working dir release error ([1ccee75](https://github.com/originjs/origin.js/commit/1ccee759c80be9c8b8d36a23dc1b02c97f7faf3a))
25+
26+
27+
### Features
28+
29+
* add ori --version ([#140](https://github.com/originjs/origin.js/issues/140)) ([ff639df](https://github.com/originjs/origin.js/commit/ff639dfc991779aab70192ea3cdaeedccd2c4b0b))
30+
* add release-it for release ([#146](https://github.com/originjs/origin.js/issues/146)) ([feeb0a9](https://github.com/originjs/origin.js/commit/feeb0a97476f618e5e0a282932e88b943193918a)), closes [#145](https://github.com/originjs/origin.js/issues/145)
31+
* github release action ([c4d8057](https://github.com/originjs/origin.js/commit/c4d8057fd5229c73464fe34258cc19edc4d66026))
32+
* improve release workflow ([0ad07e3](https://github.com/originjs/origin.js/commit/0ad07e348845f8d87b39931595ae51fb699f5084))
33+
* init title with project name ([#118](https://github.com/originjs/origin.js/issues/118)) ([487b46f](https://github.com/originjs/origin.js/commit/487b46faaa2d70a8f2a70899bf3c29463a863724))
34+
* migrate test to vitest ([#124](https://github.com/originjs/origin.js/issues/124)) ([1e12f9d](https://github.com/originjs/origin.js/commit/1e12f9df19bba2cde42c34b31e67a535b568e74a))
35+
* monorepo release ([#147](https://github.com/originjs/origin.js/issues/147)) ([cc4d673](https://github.com/originjs/origin.js/commit/cc4d673a5705b44e8e1cdfa1445a8360e2bc66c8))
36+
* option to choose jest or vitest ([#120](https://github.com/originjs/origin.js/issues/120)) ([e52bbcf](https://github.com/originjs/origin.js/commit/e52bbcf2ba9a6103a345e3c30f28c2ecd3fef6f3))
37+
* release [email protected] ([b560e5d](https://github.com/originjs/origin.js/commit/b560e5d661036407824871d79874eaedd29cde09))
38+
* support initialization with pinia ([#143](https://github.com/originjs/origin.js/issues/143)) ([f020598](https://github.com/originjs/origin.js/commit/f0205985bf7bbbd4fc57c5fa0b7f5fbf5913bd20))
39+
* switch to pnpm ([#129](https://github.com/originjs/origin.js/issues/129)) ([13b2098](https://github.com/originjs/origin.js/commit/13b2098d11f18aff89ffcce21d9cdd480e84fe12))
40+
* test use case ([#114](https://github.com/originjs/origin.js/issues/114)) ([f6905af](https://github.com/originjs/origin.js/commit/f6905af260ae8185bd320eb1aa8dcb8faaa6aab8))
41+
42+
43+
44+
45+
346
## [1.1.1](https://github.com/originjs/origin.js/compare/[email protected]@1.1.1) (2022-05-16)
447

548

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "origin.js",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/originjs/origin.js.git"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/cli",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "@originjs",
55
"license": "MulanPSL-2.0",
66
"bin": {

0 commit comments

Comments
 (0)