Skip to content

Commit

Permalink
chore(main): release mappings_editor 0.1.2 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent 2ce7549 commit c27d7ae
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src/mappings_editor":"0.1.1"}
{"src/mappings_editor":"0.1.2"}
12 changes: 12 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.1...mappings_editor-v0.1.2) (2024-02-14)


### Features

* visually distinguish invalid mapping object fields ([79e3f59](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/79e3f59d169301ae2368dff1497aa75e0aad9e3c))


### Bug Fixes

* always keep the actively-edited mapping object in view ([2ce7549](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2ce7549b19cee991fa924fdfa51bb496718e3dc2))

## [0.1.1](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.0...mappings_editor-v0.1.1) (2024-02-09)


Expand Down
4 changes: 2 additions & 2 deletions src/mappings_editor/package-lock.json

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

2 changes: 1 addition & 1 deletion src/mappings_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mappings_editor",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c27d7ae

Please sign in to comment.