Skip to content

Commit

Permalink
--- v1.3.1 ---
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Apr 20, 2024
1 parent a51596d commit 5c797db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog



v1.3.1
------

* Fix escaped path spaces

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.3.0...v1.3.1



v1.3.0
------

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"name": "@typescriptlibs/amd",
"type": "module",
"version": "1.3.0",
"version": "1.3.1",
"main": "lib/amd.js",
"types": "lib/amd.d.ts",
"bugs": "https://github.com/typescriptlibs/amd/issues",
Expand All @@ -18,7 +18,7 @@
"@types/node": "18.16.0",
"@typescriptlibs/tst": "^0.1.0",
"uglify-js": "^3.17.4",
"typescript": "~5.4.2"
"typescript": "~5.4.5"
},
"engines": {
"node": ">=18.16.0"
Expand Down

0 comments on commit 5c797db

Please sign in to comment.