Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus327 committed Jan 5, 2024
1 parent bc4f756 commit 58dcf14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-ways-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@citrus327/match": patch
---

feat: test publish
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# @citrus327/array-partition
# @citrus327/match

![Download](https://img.shields.io/npm/dw/@citrus327/array-partition)
![Version](https://img.shields.io/npm/v/@citrus327/array-partition)
![Download](https://img.shields.io/npm/dw/@citrus327/match)
![Version](https://img.shields.io/npm/v/@citrus327/match)

partition an array into two.


## Installation

```sh
pnpm install @citrus327/array-partition
pnpm install @citrus327/match
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@citrus327/my-ts-lib",
"name": "@citrus327/match",
"version": "0.0.0",
"description": "My awesome typescript library",
"publishConfig": {
Expand Down

0 comments on commit 58dcf14

Please sign in to comment.