Skip to content

Commit

Permalink
chore(master): release 0.4.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon authored Mar 17, 2023
2 parents b1c959b + c01d6c9 commit be64182
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/shun-shobon/littlexml/compare/0.4.0...0.4.1) (2023-03-17)


### Bug Fixes

* **scripts:** add compilerOptions.lib to build_npm.ts script for support of browser ([b1c959b](https://github.com/shun-shobon/littlexml/commit/b1c959bfead7614362a83ad0280f227d399128b2))

## [0.4.0](https://github.com/shun-shobon/littlexml/compare/0.3.0...0.4.0) (2023-03-17)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can directly import from `deno.land/x`.
import {
element,
renderToString,
} from "https://deno.land/x/[email protected].0/mod.ts";
} from "https://deno.land/x/[email protected].1/mod.ts";
```

### Browser
Expand All @@ -62,7 +62,7 @@ You can directly import from `unpkg.com`.
import {
element,
renderToString,
} from "https://unpkg.com/@shun-shobon/[email protected].0";
} from "https://unpkg.com/@shun-shobon/[email protected].1";
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ await build({
package: {
name: "@shun-shobon/littlexml",
// x-release-please-start-version
version: "0.4.0",
version: "0.4.1",
// x-release-please-end
description: "A small and simple XML builder for JavaScript/TypeScript.",
license: "MIT",
Expand Down

0 comments on commit be64182

Please sign in to comment.