diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..d605ac07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +## 1.0.0 (2024-03-12) + +### :package: Build + +- [[`900fd92`](https://github.com/flex-development/unist-util-types/commit/900fd92ebe16f1598d97246a5f55632caf652ebd)] **deps-dev:** Bump the commitlint group with 1 update ([#1](https://github.com/flex-development/unist-util-types/issues/1)) + +### :pencil: Documentation + +- [[`fac17a8`](https://github.com/flex-development/unist-util-types/commit/fac17a80af641ed08981c524d7cf000219c8d158)] api +- [[`9b951f1`](https://github.com/flex-development/unist-util-types/commit/9b951f1e2937b24f55d73f4ebe8f67b1084914f2)] use +- [[`768f640`](https://github.com/flex-development/unist-util-types/commit/768f6404bcac184b70c91a153cc719c8fc0e0175)] what is this? + +### :sparkles: Features + +- [[`da31e70`](https://github.com/flex-development/unist-util-types/commit/da31e701147b6ea630787872f7607b6063f90f3f)] `Ancestor`, `IsAncestor` +- [[`9e988ea`](https://github.com/flex-development/unist-util-types/commit/9e988eaac5365286b3bd7dbbe5ca6293828299bd)] `Children` +- [[`053f9d2`](https://github.com/flex-development/unist-util-types/commit/053f9d29ff7d9becb8f236006fb7c2962cc4b809)] `Decrement`, `Increment`, `Uint` +- [[`14b136b`](https://github.com/flex-development/unist-util-types/commit/14b136bea55afe5cfcd31c96d510c60ac07a669c)] `InclusiveDescendant` +- [[`830390f`](https://github.com/flex-development/unist-util-types/commit/830390f0b94b900415950ba1007a2cabd45d173b)] `IsParent`, `Parents` +- [[`4ce8664`](https://github.com/flex-development/unist-util-types/commit/4ce866432cd9e66cfb952b1a92eb1e83a417130d)] `PositionalInfo` + +### :house_with_garden: Housekeeping + +- [[`c5a1ec3`](https://github.com/flex-development/unist-util-types/commit/c5a1ec342b85fd64c57a2d52c165e4707fef3700)] initial commit +- [[`87a86f6`](https://github.com/flex-development/unist-util-types/commit/87a86f69c327b6b8328a97b35d00d853f635bbf1)] **github:** update repo description + +### :white_check_mark: Testing + +- [[`8b4189d`](https://github.com/flex-development/unist-util-types/commit/8b4189d42a45502218e1d17361ed4b4fcd417068)] [`Decrement`] fix test file name + + diff --git a/package.json b/package.json index 8517494f..ad39ec42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/unist-util-types", "description": "unist utility types", - "version": "0.0.1", + "version": "1.0.0", "keywords": [ "ast", "syntax-tree",