Skip to content

Commit

Permalink
Version bump 1.0.0 stable (#43)
Browse files Browse the repository at this point in the history
* version bump 1.0.0 stable

* add version file

* fix lint
  • Loading branch information
zhiyuanliang-ms authored Sep 25, 2024
1 parent 5436011 commit 4e711c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 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": "@microsoft/feature-management",
"version": "1.0.0-preview",
"version": "1.0.0",
"description": "Feature Management is a library for enabling/disabling features at runtime. Developers can use feature flags in simple use cases like conditional statement to more advanced scenarios like conditionally adding routes.",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const VERSION = "1.0.0";

0 comments on commit 4e711c9

Please sign in to comment.