Skip to content

Commit

Permalink
Merge branch dev into published
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Mar 19, 2022
2 parents c569e21 + f1b825d commit f162a3f
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 136 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to Calva.

## [Unreleased]

## [2.0.256] - 2022-03-19
- Be more graceful about that [clojure-lsp does not start in the Getting Started REPL](https://github.com/BetterThanTomorrow/calva/issues/1601)
- Fix: [An extra quick-pick prompt at pops up after jack-in](https://github.com/BetterThanTomorrow/calva/issues/1600)

## [2.0.255] - 2022-03-18
- Maintenance: [Update more TypeScript code to be compatible with strictNullChecks.](https://github.com/BetterThanTomorrow/calva/pull/1581)

Expand Down
167 changes: 80 additions & 87 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Calva: Clojure & ClojureScript Interactive Programming",
"description": "Integrated REPL, formatter, Paredit, and more. Powered by cider-nrepl and clojure-lsp.",
"icon": "assets/calva.png",
"version": "2.0.255",
"version": "2.0.256",
"publisher": "betterthantomorrow",
"author": {
"name": "Better Than Tomorrow",
Expand Down Expand Up @@ -2687,7 +2687,7 @@
"@types/follow-redirects": "^1.13.0",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.167",
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/vscode": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
Expand All @@ -2703,9 +2703,9 @@
"jest": "^27.2.5",
"json": "^10.0.0",
"minimist": "^1.2.5",
"mocha": "^9.1.3",
"mocha": "^9.2.2",
"mocha-junit-reporter": "^2.0.2",
"mocha-multi-reporters": "^1.1.7",
"mocha-multi-reporters": "^1.5.1",
"node-gyp": "^8.4.1",
"nodemon": "^2.0.3",
"ovsx": "^0.3.0",
Expand Down
Loading

0 comments on commit f162a3f

Please sign in to comment.