Skip to content

Commit

Permalink
chore: release zhi-common 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 9, 2023
1 parent 92be8e2 commit 4f6836b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions packages/zhi-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

the library base for zhi related projects

Note: ⚠️This library must be compatible with node, browser, electron and browser extension these all platforms
Note: ⚠️This library is compatible with node, browser, electron and browser extension these all platforms

## Usage

Expand All @@ -16,8 +16,13 @@ console.log("now=>", now)

## Deps


```
## Congregations! zhi-common need no deps, it is just pure js code 🎉
├── zhi-env
├── zhi-log
├── lute
├── showdown
├── compare-versions
```

## Building
Expand All @@ -33,5 +38,5 @@ Run `nx test zhi-common` to execute the unit tests via [Vitest](https://vitest.d
## Publish

```
nx publish zhi-common --ver=1.3.0 --tag=latest
nx publish zhi-common --ver=0.0.1 --tag=latest
```
2 changes: 1 addition & 1 deletion packages/zhi-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-common",
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"description": "the library base for zhi related projects",
"repository": "terwer/zhi",
Expand Down

0 comments on commit 4f6836b

Please sign in to comment.