diff options
author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-10 16:27:24 +0200 |
---|---|---|
committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-10 16:27:24 +0200 |
commit | f5cc2ef57120924a3012511a193c6471b50efcfd (patch) | |
tree | 1f64713a46a67ff1474053dff72b558f1f44f636 /package.json | |
parent | 0eacb0babaf1d0aca9771662bcba6aef3f795eaa (diff) |
chore: bump version to 1.0.0 for stable release
- Update package.json version from 0.1.0 to 1.0.0
- This change reflects that the library is now production-ready
- The version number follows semantic versioning conventions
- Future changes will be treated as major version updates
- Add ESLint configuration for TypeScript
- Create separate TypeScript config for examples
- Ignore dist directory in linting
- Set TypeScript no-explicit-any rule to warning level
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index be2e691..58ae19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "0.1.0", + "version": "1.0.0", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", |