Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Nov 2, 2024
1 parent 43a0ee0 commit 3340017
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 5.1.0

- Add Clear cache button
- Fix dependencies resolution

## 5.0.5

- Fix caching path
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "fix-require-modules",
"name": "Fix Require Modules",
"version": "5.0.5",
"minAppVersion": "1.6.7",
"version": "5.1.0",
"minAppVersion": "1.7.4",
"description": "Fixes require() calls, supporting JavaScript and TypeScript modules, enabling easy invocation, and adding code buttons for enhanced scripting capabilities",
"author": "mnaoumov",
"authorUrl": "https://github.com/mnaoumov/",
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": "fix-require-modules",
"version": "5.0.5",
"version": "5.1.0",
"description": "Fixes require() calls, supporting JavaScript and TypeScript modules, enabling easy invocation, and adding code buttons for enhanced scripting capabilities",
"scripts": {
"build": "tsx scripts/build.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"5.0.2": "1.6.7",
"5.0.3": "1.6.7",
"5.0.4": "1.6.7",
"5.0.5": "1.6.7"
"5.0.5": "1.6.7",
"5.1.0": "1.7.4"
}

0 comments on commit 3340017

Please sign in to comment.