Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .yarn/versions/9047535d.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

approvedGitRepositories:
- '**'
changesetBaseRefs: 1.0.0-alpha.3
changesetBaseRefs: 1.0.0-alpha.4
changesetIgnorePatterns:
- '**/__snapshots__/**'
- '**/__tests__/**'
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.0-alpha.4](https://github.com/flex-development/docmark-extension-shell/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2026-09-11)

### :package: Build

- [[`4144645`](https://github.com/flex-development/docmark-extension-shell/commit/4144645967a39ad91e8093b6ac99edffe9de5209)] **deps-dev:** Bump cspell from 10.2.2 to 10.3.0 ([#20](https://github.com/flex-development/docmark-extension-shell/issues/20))

### :sparkles: Features

- [[`02bd82e`](https://github.com/flex-development/docmark-extension-shell/commit/02bd82e52bdff21db2e1b0e2a74776fb530b25b6)] hashbang support

## [1.0.0-alpha.3](https://github.com/flex-development/docmark-extension-shell/compare/1.0.0-alpha.2...1.0.0-alpha.3) (2026-09-10)

### ⚠ BREAKING CHANGES
Expand Down Expand Up @@ -39,3 +49,4 @@
- [[`a1c0904`](https://github.com/flex-development/docmark-extension-shell/commit/a1c0904b86d3147deac4cca841d0205c3edb30f9)] rename project



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/docmark-extension-shell",
"description": "docmark extension to support shell comment syntax",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"keywords": [
"bash",
"comment",
Expand Down
Loading