Skip to content

Commit

Permalink
chore(release): 0.74.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.74.0](v0.73.0...v0.74.0) (2024-09-14)

### Features

-  Update @appland/components to v4.36.0 ([3bdc6c8]())

### Bug Fixes

-  don't show AppMap problems view and the Runtime Analysis if scanner is off ([231df0c]())-  make the AppMap viewer the default view for .appmap.json files ([756f0d4]())
  • Loading branch information
appland-release committed Sep 14, 2024
1 parent eeff656 commit 41d3a02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AppMap Plugin Changelog

## [0.74.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.73.0...v0.74.0) (2024-09-14)


### Features

- Update @appland/components to v4.36.0 ([3bdc6c8]())

### Bug Fixes

- don't show AppMap problems view and the Runtime Analysis if scanner is off ([231df0c]())- make the AppMap viewer the default view for .appmap.json files ([756f0d4]())

## [0.73.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.72.0...v0.73.0) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=0.73.0
pluginVersion=0.74.0

sinceBuild=231.0
untilBuild=242.*
Expand Down

0 comments on commit 41d3a02

Please sign in to comment.