Skip to content

Commit

Permalink
chore(master): release 0.6.2 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: shun-shobon-bot[bot] <129155891+shun-shobon-bot[bot]@users.noreply.github.com>
  • Loading branch information
shun-shobon-bot[bot] authored Dec 19, 2023
1 parent 0286db3 commit 89f5c3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.6.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/shun-shobon/littlexml/compare/v0.6.1...0.6.2) (2023-12-19)


### Bug Fixes

* Exclude component name in release tag ([854898d](https://github.com/shun-shobon/littlexml/commit/854898ddd818fe43078d03009bcd0a9731e601df))

## [0.6.1](https://github.com/shun-shobon/littlexml/compare/littlexml-0.6.0...littlexml-0.6.1) (2023-12-19)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { element, renderToString } from "@shun-shobon/littlexml";
You can directly import from `npm:@shun-shobon/littlexml`.

```ts
import { element, renderToString } from "npm:[email protected].1";
import { element, renderToString } from "npm:[email protected].2";
```

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

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shun-shobon/littlexml",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"description": "1kB XML library for Node.js, Bun, Deno, Browser, Edge runtime.",
"repository": {
Expand Down

0 comments on commit 89f5c3e

Please sign in to comment.