Skip to content

Commit 516083a

Browse files
release: 1.0.1 (#15)
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent 8c78db3 commit 516083a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [1.0.1](https://github.com/flex-development/unist-util-stringify-position/compare/1.0.0...1.0.1) (2024-07-04)
2+
3+
### :package: Build
4+
5+
- [[`79fce88`](https://github.com/flex-development/unist-util-stringify-position/commit/79fce8882297dcff7550f3b9f0b19c1a40868934)] **deps-dev:** Bump @flex-development/unist-util-builder from 1.0.0 to 2.0.0 in the flex-development group ([#5](https://github.com/flex-development/unist-util-stringify-position/issues/5))
6+
- [[`34a674b`](https://github.com/flex-development/unist-util-stringify-position/commit/34a674b7de145b2049940e0df1706f672b472f8b)] **deps-dev:** Bump cspell from 8.9.1 to 8.10.0 ([#11](https://github.com/flex-development/unist-util-stringify-position/issues/11))
7+
- [[`acc4ce9`](https://github.com/flex-development/unist-util-stringify-position/commit/acc4ce96130bb78d715d08b445d1f9b766097fcf)] **deps-dev:** Bump dprint from 0.46.3 to 0.47.0 ([#8](https://github.com/flex-development/unist-util-stringify-position/issues/8))
8+
- [[`418419c`](https://github.com/flex-development/unist-util-stringify-position/commit/418419c0aef11f62cf68722d3ae3277fdba09c8e)] **deps-dev:** Bump esbuild from 0.21.5 to 0.22.0 ([#7](https://github.com/flex-development/unist-util-stringify-position/issues/7))
9+
- [[`91e1f1a`](https://github.com/flex-development/unist-util-stringify-position/commit/91e1f1acbfba681d2c39e12325e0ce0faf0331b2)] **deps-dev:** Bump esbuild from 0.22.0 to 0.23.0 ([#10](https://github.com/flex-development/unist-util-stringify-position/issues/10))
10+
- [[`b813396`](https://github.com/flex-development/unist-util-stringify-position/commit/b8133963426fed06de965ea6bcf5554ff94cb958)] **deps-dev:** Bump eslint-plugin-promise from 6.2.0 to 6.4.0 ([#13](https://github.com/flex-development/unist-util-stringify-position/issues/13))
11+
- [[`cf61476`](https://github.com/flex-development/unist-util-stringify-position/commit/cf614760761a0daed9ca97ecb05d3093f0252182)] **deps-dev:** Bump globals from 15.6.0 to 15.8.0 ([#12](https://github.com/flex-development/unist-util-stringify-position/issues/12))
12+
- [[`0e35680`](https://github.com/flex-development/unist-util-stringify-position/commit/0e3568073bc56f1f9ccd6a31acb3c636af48cf7d)] **deps-dev:** bump the typescript-eslint group with 3 updates
13+
- [[`52899e4`](https://github.com/flex-development/unist-util-stringify-position/commit/52899e46736d19ab393cabeb355a64421f3e61dd)] **deps-dev:** Bump the vitest group with 3 updates ([#14](https://github.com/flex-development/unist-util-stringify-position/issues/14))
14+
- [[`f58e3dd`](https://github.com/flex-development/unist-util-stringify-position/commit/f58e3dddea36e35fdbb1d94de94a1629816d36b9)] **deps-dev:** bump typescript from 5.5.2 to 5.5.3
15+
- [[`bf87e22`](https://github.com/flex-development/unist-util-stringify-position/commit/bf87e227777e36fe9ea85d2adb7dbbdd1c1d68bb)] **deps-dev:** clean up dependencies
16+
17+
### :robot: Continuous Integration
18+
19+
- [[`5d3a751`](https://github.com/flex-development/unist-util-stringify-position/commit/5d3a7519c1b85dca73299b3db72f87450b9d085a)] **deps:** Bump actions/create-github-app-token from 1.10.2 to 1.10.3 ([#4](https://github.com/flex-development/unist-util-stringify-position/issues/4))
20+
21+
### :bug: Fixes
22+
23+
- [[`1d369db`](https://github.com/flex-development/unist-util-stringify-position/commit/1d369db648dfd022a3ba6eb031ab878785b051fc)] serialized info override on field overlap
24+
125
## 1.0.0 (2024-06-29)
226

327
### :robot: Continuous Integration
@@ -13,3 +37,4 @@
1337
- [[`06b2a5a`](https://github.com/flex-development/unist-util-stringify-position/commit/06b2a5a1503f7356975511511fcd8c32506bd413)] initial commit
1438

1539

40+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/unist-util-stringify-position",
33
"description": "unist utility to serialize a node, position, point, or range as a human readable location",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"point",
77
"position",

0 commit comments

Comments
 (0)