Skip to content

Commit

Permalink
Merge pull request #5 from zhangfisher/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zhangfisher authored Feb 5, 2025
2 parents 2a1d229 + 7b1ab0d commit 08b9d9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/honest-books-confess.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# flexvars

## 1.0.6

### Patch Changes

- 74a7492: feat: 当没有提供插值变量时返回保留原始字符串,如:`flexvars.replace("I am {}") => "I am {}"`
```
```

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "flexvars",
"version": "1.0.5",
"version": "1.0.6",
"description": "Powerful string interpolation tool library",
"homepage": "https://zhangfisher.github.io/flexvars/",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitee.com/zhangfisher/flexvars.git"
Expand Down

0 comments on commit 08b9d9b

Please sign in to comment.