Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions clients/morphcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2025-01-26

Remove unnecessary binaries from package.

## [0.1.1] - 2025-01-23

Release because initial release was broken.
Expand Down
3 changes: 0 additions & 3 deletions clients/morphcloud/bin/mutagen/linux_arm64/mutagen

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions clients/morphcloud/bin/mutagen/linux_x64/mutagen

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions clients/morphcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuanced-dev/lsp-morphcloud",
"version": "0.1.1",
"version": "0.1.2",
"description": "CLI to run Nuanced LSP on Morphcloud",
"license": "MIT",
"author": "Nuanced",
Expand All @@ -13,7 +13,6 @@
"nuanced-lsp-morphcloud": "dist/cli.js"
},
"files": [
"bin",
"dist"
],
"scripts": {
Expand Down