Skip to content

Commit

Permalink
v0.12.0 (#2489)
Browse files Browse the repository at this point in the history
* ✨ Support for displaying images

* ✨ Change key name in configuration

* ✨ Change setting delimiter

* ✨ Support for resizing and moving images

* ♻️ refactor

* ♻️ refactor

* ✨ Add auto arrange button to toolbar

* 💄 Fix style

* 🔥 Remove Debug.log

* 🚨 Fix lint

* 🔥 Remove unused variables
  • Loading branch information
harehare authored Dec 30, 2022
1 parent 117572d commit e159120
Show file tree
Hide file tree
Showing 31 changed files with 1,721 additions and 22,199 deletions.
16 changes: 8 additions & 8 deletions extension/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textusm",
"version": "0.10.2",
"version": "0.11.0",
"description": "Generate a User Story Map from indented text.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,17 +29,17 @@
"author": "harehare",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^18.8.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.18",
"clean-webpack-plugin": "^4.0.0",
"jest": "^29.1.2",
"jest": "^29.3.1",
"module": "^1.2.5",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"jest": {
Expand Down
Loading

0 comments on commit e159120

Please sign in to comment.