Skip to content

Commit

Permalink
chore(main): release mappings_editor 1.1.0 (#36)
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 Aug 22, 2024
1 parent 931899b commit 5efd3fa
Show file tree
Hide file tree
Showing 4 changed files with 11 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":"1.0.0"}
{"src/mappings_editor":"1.1.0"}
7 changes: 7 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v1.0.0...mappings_editor-v1.1.0) (2024-08-22)


### Features

* add support for ATT&CK v15.0 and v15.1 ([931899b](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/931899bf6ea400999af01d5462a7c597851fbddb))

## [1.0.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.3...mappings_editor-v1.0.0) (2024-03-27)


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": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5efd3fa

Please sign in to comment.