Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
choisohyun committed Mar 18, 2022
1 parent 7411e94 commit 8cbfd0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.1.0 (2022-03-18)


### Features

* npx bin script ([e18cae8](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/e18cae8293ee838055da3b38cd7dd6b7216d2348))
* reset scss ([3637668](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/36376686f59fa8e3ac54d95d6e090d0701b84033))


### Bug Fixes

* bin script key name ([67b017d](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/67b017d041c7f2f6397a26207e3c29739103728f))
* empty build error ([06500e8](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/06500e8dc0303138862ec1038d104b9e5040c7f5))
* example cmd log typo ([49dba04](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/49dba046d1e6fcf385a1c8455c6029576e3221ee))
* style import nothing bug ([df5e6e2](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/df5e6e24249a2d0f78708a592edde7dbe11e5306))
* typo ([6832577](https://github.com/choisohyun/react-vite-ts-boilerplate/commit/683257742eabacf4f85a335c367e640c6698807c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vite-ts-boilerplate",
"version": "1.0.5",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8cbfd0c

Please sign in to comment.