Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Sep 2, 2024
1 parent 07766d6 commit 3523f99
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased][unreleased]

## [0.0.3][] - 2024-09-02

- Update eslint to 9.x and prettier with configs
- Add node.js 22 to CI

## [0.0.2][] - 2022-03-02

- Prevent arbitrary js code execution
- Implement unknown identifier hook

Expand All @@ -14,6 +21,8 @@

- Library stucture

[unreleased]: https://github.com/metarhia/metacalc/compare/v0.0.1...HEAD
[unreleased]: https://github.com/metarhia/metacalc/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/metarhia/metacalc/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/metarhia/metacalc/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/metarhia/metacalc/compare/v0.0.0...v0.0.1
[0.0.0]: https://github.com/metarhia/metacalc/releases/tag/v0.0.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Metarhia contributors
Copyright (c) 2022-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ console.log({ sheet });

## License & Contributors

Copyright (c) 2022-2023 [Metarhia contributors](https://github.com/metarhia/metacalc/blob/master/AUTHORS).
Copyright (c) 2022-2024 [Metarhia contributors](https://github.com/metarhia/metacalc/blob/master/AUTHORS).
Metacalc is [MIT licensed](./LICENSE).\
Metacalc is a part of [Metarhia](https://github.com/metarhia) technology stack.
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": "metacalc",
"version": "0.0.2",
"version": "0.0.3",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Spreadsheet calculations for Metarhia",
Expand Down

0 comments on commit 3523f99

Please sign in to comment.