Skip to content

Commit

Permalink
version bump with changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadip001 committed Feb 22, 2022
1 parent f529509 commit a21191c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2022-02-22

### Added

- Added proper documentation
- Added examples with images
- Added `dev` folder with examples

## [1.0.0] - 2022-01-25

### Added

- Initial setup
- Package publish to npm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-avatar-sdh",
"version": "1.0.0",
"version": "1.0.1",
"description": "An avatar component for vue.js same as vue-avatar only written on Vue3 and TypeScript. It now supports many different styles. It can also be heavily customized as per design needs.",
"license": "MIT",
"main": "dist/vue-avatar-sdh.ssr.js",
Expand Down

0 comments on commit a21191c

Please sign in to comment.