File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
8
8
9
9
### Added
10
10
11
- - A ` Lang ` enum with the names of all first-party languages.
12
- - A ` langs ` object with all first-party languages.
13
-
14
11
### Changed
15
12
16
13
### Deprecated
@@ -21,6 +18,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
21
18
22
19
### Security
23
20
21
+ ## [ 1.0.0] - 2025-06-13
22
+
23
+ ### Added
24
+
25
+ - A ` Lang ` enum with the names of all first-party languages.
26
+ - A ` langs ` object with all first-party languages.
27
+
24
28
## Types of changes
25
29
26
30
- ` Added ` for new features.
@@ -29,3 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
29
33
- ` Removed ` for now removed features.
30
34
- ` Fixed ` for any bug fixes.
31
35
- ` Security ` in case of vulnerabilities.
36
+
37
+ [ Unreleased ] : https://github.com/coderabbitai/ast-grep-langs/compare/v1.0.0...HEAD
38
+ [ 1.0.0 ] : https://github.com/coderabbitai/ast-grep-langs/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -16,5 +16,7 @@ pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi
16
16
import { registerDynamicLanguage } from " @ast-grep/napi"
17
17
import { langs } from " @coderabbitai/ast-grep-langs"
18
18
19
+ // @ts-expect-error Type `StaticLangRegistration` is missing the following
20
+ // properties from type `LangRegistration`: `libraryPath`, `extensions`.
19
21
registerDynamicLanguage (langs )
20
22
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coderabbitai/ast-grep-langs" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " Exports all first-party ast-grep languages" ,
5
5
"keywords" : [
6
6
" ast-grep"
You canβt perform that action at this time.
0 commit comments