Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Jun 14, 2019
1 parent afb122e commit 52907a4
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 51 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [*Unreleased]
## [*2.9.0*] - <*2019-06-14*>

### Added

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Added default logging of "msteams" in the `.env` file
* Added support for SCSS in the build pipeline
* Added a default styling to the start page
* Added an option for Tabs to specify scope; *groupcaht* or *team*
* Added an option for Tabs to specify scope; *groupchat* or *team*
* Added a build option called `linting` to be able to opt-out of Typescript linting. Use `gulp serve --no-linting` for faster builds.

### Changed
Expand Down
106 changes: 58 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-teams",
"version": "2.9.0-preview3",
"version": "2.9.0",
"description": "Yeoman generator for Microsoft Teams Apps",
"main": "generators/app/index.js",
"scripts": {
Expand Down

0 comments on commit 52907a4

Please sign in to comment.