Skip to content

Commit

Permalink
Trying to fix package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 19, 2024
1 parent df9fbfb commit a1aea80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

* More scoping issues for binding

## [1.0.0-beta.12] - 2024-02-14

### Performance

* Replacing babel with meriyah


## [1.0.0-beta.8] - 2024-02-14

### Bugfix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astronomical",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "offers a way to query a Javascript AST to find specific patterns using a syntax somewhat similar to XPath.",
"scripts": {
"lint": "eslint . --ext .ts --fix --ignore-path .gitignore",
Expand Down

0 comments on commit a1aea80

Please sign in to comment.