Skip to content

Commit

Permalink
release: cut the v1.0.0-alpha.0 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Sep 29, 2018
1 parent 4a5c0f7 commit f5c3c5f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<a name="1.0.0-alpha.0"></a>
# 1.0.0-alpha.0 (2018-09-29)


### Bug Fixes

* add untracked global.min.js file to VCS ([eb9e07b](https://github.com/brionmario/gulp-static-seed/commit/eb9e07b))
* **assets:** add the accidentally unversioned icons folder to vcs ([84df84d](https://github.com/brionmario/gulp-static-seed/commit/84df84d))
* fix es6 syntax minify error :bug: ([4ae9efd](https://github.com/brionmario/gulp-static-seed/commit/4ae9efd))
* fix eslint resulting in error issue ([7f63241](https://github.com/brionmario/gulp-static-seed/commit/7f63241))
* fix index title issue ([0be83fd](https://github.com/brionmario/gulp-static-seed/commit/0be83fd))
* fix lint errors ([224a3d2](https://github.com/brionmario/gulp-static-seed/commit/224a3d2))
* **build:** refactor gulpfile to get rid of eslint issues :rotating_light: ([4c2287a](https://github.com/brionmario/gulp-static-seed/commit/4c2287a))
* **styles:** fix background URL path :bug: ([e4ac03a](https://github.com/brionmario/gulp-static-seed/commit/e4ac03a))
* **styles:** modify main content height ([74215e8](https://github.com/brionmario/gulp-static-seed/commit/74215e8))


### Features

* **lint:** add eslinting with airbnb config rules ([bd0655a](https://github.com/brionmario/gulp-static-seed/commit/bd0655a))
* **lint:** add sass linting ([ff5b309](https://github.com/brionmario/gulp-static-seed/commit/ff5b309))
* add netlify deployment support ([9daa45e](https://github.com/brionmario/gulp-static-seed/commit/9daa45e))
* modify app to load vendor packages automatically :sparkles: ([a853547](https://github.com/brionmario/gulp-static-seed/commit/a853547))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Gulp Static Seed by Aparecium Labs",
"name": "gulp-static-seed",
"version": "0.1.0",
"version": "1.0.0-alpha.0",
"private": true,
"description": "A Gulp starter kit for HTML5 static website development with a congenial build process",
"homepage": "https://github.com/brionmario/gulp-static-seed#README.md",
Expand Down

0 comments on commit f5c3c5f

Please sign in to comment.