Skip to content

Commit 90e0c95

Browse files
Merge pull request #2 from typespecs/release-please--branches--main--components--elixir-ast
chore(main): release 0.1.0
2 parents e402ee0 + 3de7258 commit 90e0c95

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/typespecs/elixir-ast/compare/v0.0.1...v0.1.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* initial commit ([e402ee0](https://github.com/typespecs/elixir-ast/commit/e402ee0cdcc25f3aba71568d8d37d81800562ff4))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typespecs/elixir-ast",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "TypeSpec definitions for Elixir AST",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)