From d070038f4df6080b9968808776b10c2adaf37550 Mon Sep 17 00:00:00 2001 From: longkai Date: Wed, 19 Oct 2022 17:13:20 +0000 Subject: [PATCH] chore: bump version 1.1.0 --- CHANGELOG.md | 9 ++++++++- README.md | 2 ++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8183b5..7b667b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to the "kubernetes-yaml-formatter" extension will be documen Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 1.1.0 (20 Oct 2022) + +This release is brought you from my work place, [Shenzhen](https://en.wikipedia.org/wiki/Shenzhen). + +- Add builtin Emoji support! +- Add a new setting `kubernetes-yaml-formatter.includeDocumentStart` to include `---` at document start(default `false`). + ## 1.0.0 (30 Sep 2022) -Hello, World from my hometown [Guilin](https://en.wikipedia.org/wiki/Guilin)! +Hello, World from my hometown, [Guilin](https://en.wikipedia.org/wiki/Guilin)! Initial release of the kubernetes style yaml formatter which allows you to customize the sequence indent style. diff --git a/README.md b/README.md index c6ffd7e..166d58e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A [Visual Studio Code extension](https://marketplace.visualstudio.com/items?item You find the right format extension if you come from DevOps world, e.g., [Kubernetes](https://kubernetes.io/docs/concepts/), [Ansible Playbooks](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) or CI workflow like [Github Actions](https://docs.github.com/en/actions) and so on. +**We all love Emojis, and yes, it has builtin support!** + ## Features ![Format YAML](images/showcase.gif) diff --git a/package.json b/package.json index b449753..bde96d3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Kubernetes YAML Formatter", "icon": "images/icon.png", "description": "A better YAML formatter for DevOps like Kubernetes, Ansible, CI/CD, etc.", - "version": "1.0.0", + "version": "1.1.0", "publisher": "kennylong", "repository": { "url": "https://github.com/longkai/kubernetes-yaml-formatter.git",