Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef84899

Browse files
authored
πŸ”– v1.0.0 (#3)
* πŸ”– v1.0.0 * πŸ“ Update changelog to v1.0.0 * πŸ“ Add `@ts-expect-error` to usage instructions
1 parent ae905f1 commit ef84899

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

β€ŽCHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
88

99
### Added
1010

11-
- A `Lang` enum with the names of all first-party languages.
12-
- A `langs` object with all first-party languages.
13-
1411
### Changed
1512

1613
### Deprecated
@@ -21,6 +18,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
2118

2219
### Security
2320

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+
2428
## Types of changes
2529

2630
- `Added` for new features.
@@ -29,3 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com) and this p
2933
- `Removed` for now removed features.
3034
- `Fixed` for any bug fixes.
3135
- `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

β€ŽREADME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi
1616
import { registerDynamicLanguage } from "@ast-grep/napi"
1717
import { langs } from "@coderabbitai/ast-grep-langs"
1818

19+
// @ts-expect-error Type `StaticLangRegistration` is missing the following
20+
// properties from type `LangRegistration`: `libraryPath`, `extensions`.
1921
registerDynamicLanguage(langs)
2022
```

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderabbitai/ast-grep-langs",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": " Exports all first-party ast-grep languages",
55
"keywords": [
66
"ast-grep"

0 commit comments

Comments
Β (0)