We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7049 commit d23fdd6Copy full SHA for d23fdd6
2 files changed
CHANGELOG.md
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
5
This file is managed with `changelogen`.
6
7
+## v1.0.1
8
+
9
+[compare changes](https://github.com/codewec/editoro/compare/1.0.0...v1.0.1)
10
11
+### 🩹 Fixes
12
13
+- Remove base url ([31fcb03](https://github.com/codewec/editoro/commit/31fcb03))
14
+- Container user ([d4e7049](https://github.com/codewec/editoro/commit/d4e7049))
15
16
+### ❤️ Contributors
17
18
+- Codewec
19
20
## v1.0.0
21
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "editoro",
3
- "version": "1.0.0",
+ "version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
0 commit comments