From fe31d9c6ecba98bea5266d9166f3fc4fce9bc2f1 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Thu, 14 Sep 2023 01:19:15 +0200 Subject: [PATCH] feat(editorconfig): add `.cjs` and `.mjs` to `.editorconfig` --- .editorconfig | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0298cee..146507c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ # top-most EditorConfig file root = true -[*.{html,css,js,json,svg,ts,toml}] +[*.{html,css,js,cjs,mjs,json,svg,ts,toml}] indent_style = tab indent_size = 2 end_of_line = lf diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6c251..aebcc29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## \[unreleased] +## \[[0.9.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.5)] - 2023-09-13 ### 🐛 Bug Fixes