Skip to content

Commit 1e95fc5

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 7a924ec commit 1e95fc5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.0.1](https://github.com/flex-development/unist-util-inspect/compare/1.0.0...1.0.1) (2024-07-04)
2+
3+
### :package: Build
4+
5+
- [[`b2b24e3`](https://github.com/flex-development/unist-util-inspect/commit/b2b24e31968019bc3e82f493de3f2a420cf6db54)] **deps-dev:** Bump @arethetypeswrong/cli from 0.15.3 to 0.16.0 ([#9](https://github.com/flex-development/unist-util-inspect/issues/9))
6+
- [[`d3443ee`](https://github.com/flex-development/unist-util-inspect/commit/d3443ee12172c2b7c3ac49476a09b1d548086e02)] **deps-dev:** Bump cspell from 8.9.1 to 8.10.0 ([#10](https://github.com/flex-development/unist-util-inspect/issues/10))
7+
- [[`66b22a7`](https://github.com/flex-development/unist-util-inspect/commit/66b22a79cf5ac0864d894cf8592ca0be1a445836)] **deps-dev:** Bump dprint from 0.46.3 to 0.47.0 ([#6](https://github.com/flex-development/unist-util-inspect/issues/6))
8+
- [[`cb84681`](https://github.com/flex-development/unist-util-inspect/commit/cb84681a8e64d668cdaa957c16a764fdfd9416d4)] **deps-dev:** Bump esbuild from 0.21.5 to 0.22.0 ([#5](https://github.com/flex-development/unist-util-inspect/issues/5))
9+
- [[`ddf57c0`](https://github.com/flex-development/unist-util-inspect/commit/ddf57c0753cd55a76c95a23e2a2de3b930f5958b)] **deps-dev:** Bump esbuild from 0.22.0 to 0.23.0 ([#13](https://github.com/flex-development/unist-util-inspect/issues/13))
10+
- [[`236d48d`](https://github.com/flex-development/unist-util-inspect/commit/236d48df38e248984ad1c8895db573e1d28d3be7)] **deps-dev:** Bump eslint-plugin-promise from 6.2.0 to 6.4.0 ([#4](https://github.com/flex-development/unist-util-inspect/issues/4))
11+
- [[`fab46b8`](https://github.com/flex-development/unist-util-inspect/commit/fab46b82c01293bdcb70958250b4b3cd39399dfc)] **deps-dev:** Bump globals from 15.6.0 to 15.7.0 ([#7](https://github.com/flex-development/unist-util-inspect/issues/7))
12+
- [[`cafb685`](https://github.com/flex-development/unist-util-inspect/commit/cafb685d5af01caf96cccfbe6334a595e41a7f5d)] **deps-dev:** Bump globals from 15.7.0 to 15.8.0 ([#11](https://github.com/flex-development/unist-util-inspect/issues/11))
13+
- [[`5780261`](https://github.com/flex-development/unist-util-inspect/commit/5780261999c8e3dd7921d577179a7f2ca9bc00d4)] **deps-dev:** Bump the typescript-eslint group with 3 updates ([#3](https://github.com/flex-development/unist-util-inspect/issues/3))
14+
- [[`806cbb7`](https://github.com/flex-development/unist-util-inspect/commit/806cbb7b9dd9cd64622865fd2ddd4584724cef7b)] **deps-dev:** Bump the vitest group with 3 updates ([#14](https://github.com/flex-development/unist-util-inspect/issues/14))
15+
- [[`c042da1`](https://github.com/flex-development/unist-util-inspect/commit/c042da1c8980d123f04f3f5fb864190355f2b112)] **deps-dev:** bump typescript from 5.5.2 to 5.5.3
16+
- [[`56c2088`](https://github.com/flex-development/unist-util-inspect/commit/56c2088fb466bb31c8db41af17ea1cff48110bee)] **deps:** bump @flex-development/unist-util-stringify-position from 1.0.0 to 1.0.1
17+
18+
### :robot: Continuous Integration
19+
20+
- [[`385d75b`](https://github.com/flex-development/unist-util-inspect/commit/385d75b7aa46d1b85f76d76541e085c6fbf240e9)] **deps:** Bump actions/create-github-app-token from 1.10.2 to 1.10.3 ([#8](https://github.com/flex-development/unist-util-inspect/issues/8))
21+
122
## 1.0.0 (2024-06-30)
223

324
### :pencil: Documentation
@@ -13,3 +34,4 @@
1334
- [[`797f120`](https://github.com/flex-development/unist-util-inspect/commit/797f120bd1e7f9131a410c4ce27580393ba627df)] initial commit
1435

1536

37+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/unist-util-inspect",
33
"description": "unist utility to inspect nodes",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"console",
77
"inspect",

0 commit comments

Comments
 (0)