Skip to content

Commit

Permalink
-> v0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 30, 2017
1 parent 098e8b3 commit 1377d84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# magic-string changelog

## 0.22.4

* `contentOnly` and `storeName` are both optional

## 0.22.3

* Add `original` to TS definitions
Expand Down
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export interface IndentOptions {
}

export interface OverwriteOptions {
storeName: boolean;
contentOnly: boolean;
storeName?: boolean;
contentOnly?: boolean;
}

export default class MagicString {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magic-string",
"description": "Modify strings, generate sourcemaps",
"author": "Rich Harris",
"version": "0.22.3",
"version": "0.22.4",
"repository": "https://github.com/rich-harris/magic-string",
"main": "dist/magic-string.cjs.js",
"module": "dist/magic-string.es.js",
Expand Down

0 comments on commit 1377d84

Please sign in to comment.