Skip to content

Commit

Permalink
chore: bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longkai committed Oct 19, 2022
1 parent a5ec46c commit d070038
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d070038

Please sign in to comment.